-
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
FROM command does not honor ENV variables #439
Comments
Hey @mtsyganov what version of the kaniko image are you using? I tried with |
@priyawadhwa you are right. following Dockerfile will fail
but this Dockerfile will succeed
In |
* Strip out double quotes enclosing ARG value after parsing dockerfile
Add additional tests to ensure that ARG values with quotes are handled properly
Add additional tests to ensure that ARG values with quotes are handled properly
Add additional tests to ensure that ARG values with quotes are handled properly
Issue #439 Strip out double quotes in ARG value
Actual behavior
When I create a new image from the base image
registry.gitlab.com/gitlab-org/gitlab-ee/gitlab-assets-ee:11-5-stable-ee
, I get an errorExpected behavior
Image is downloaded and parsed successfully same as docker do.
To Reproduce
Steps to reproduce the behavior:
registry.gitlab.com/gitlab-org/gitlab-ee/gitlab-assets-ee:11-5-stable-ee
Additional Information
FROM registry.gitlab.com/gitlab-org/gitlab-ee/gitlab-assets-ee:11-5-stable-ee as assets
The text was updated successfully, but these errors were encountered: