-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment variable handling (with ":" ) broken in subset of docker images #1014
Comments
I thnk this is more related to the base images and/or how docker environment variables are added by docker. Using |
@LaurentGoderre Agree, but it seems to work in |
The default base image changed from debian jessie to debian stretch at that version. You can still us newer versions of Node 8 using the tag |
@LaurentGoderre Agree and confirm that it works! Thanks for helping us on this!
We tried to update our |
If you run |
@tianon Nope. doesn't work Doesn't work with sh
Doesn't work with
Doesn't work with bash
Only seems to work is |
How about
|
@LaurentGoderre This goes deeper than this simple example. We use |
Steps to reproduce:
1. Initialize a dummy project
➜ node_docker yarn init
2. Docker image node:8.15.1 ### Nothing!!!
3. Docker image node:8.15.1-alpine ### WORKS!!!
4. Docker image node:8.15.1-jessie-slim ### WORKS!!!
5. Docker image node:8.15.1-stretch ### Nothing!!!
6. Docker image node:8.15.1-stretch-slim ### Nothing!!!
The text was updated successfully, but these errors were encountered: