StorminStanley / st2box

3 stars 3 forks source link

openssl not available on latest nginx #7

Closed LindsayHill closed 7 years ago

LindsayHill commented 7 years ago

This change here updates the nginx Dockerfile to not install ca-certificates https://github.com/nginxinc/docker-nginx/commit/ec7ff8c0a3d58aba0e812598c2a7b7869aba985d#diff-2aaa25af4e5df3dd6c91b501b3d9c630L25

This means that openssl is not installed, which means that st2box builds fail.

Options:

Thoughts @enykeev ?

enykeev commented 7 years ago

Another option is to move from st2box to our new docker container. The ones you provided are also all valid. Feel free to pick the easier one.

LindsayHill commented 7 years ago

Yeah. Moving to new containers will be the better approach long-term. I might just pin our nginx container version here, as the least intrusive change, and then we move to st2-docker for long-term

LindsayHill commented 7 years ago

Fixed with #8