Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 83 forks source link

Updated to Lemur 0.5.0 #15

Closed bwhaley closed 7 years ago

bwhaley commented 7 years ago

Not sure if you want to update yet or not, but this web/Dockerfile worked for me with Lemur 0.5.0. This installs node version 4 (4.8.2 at the moment), python 3.5 from PPA, and sets up python3.5 as default.

Note that I had to set LEMUR_SECURITY_TEAM_EMAIL and LEMUR_DEFAULT_ORGANIZATIONAL_UNIT in web/lemur.conf.py before Lemur would run correctly.

kevgliss commented 7 years ago

Awesome thanks!