-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
$PATH is not passed #754
Comments
can you try
and see if the PATH variable is set? |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
If we do echo $PATH then
Don't know from where this $PATH is coming |
Related: #748 |
We should set the default path if $PATH isnt defined in base image Line 127 in 1d3cf8a
Should remove this condition |
This was referenced Aug 30, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
Dockerfile
Do a docker build, output shows
Do skaffold build -v=debug
Expected behavior
Path variable should be retained
The text was updated successfully, but these errors were encountered: