-
Notifications
You must be signed in to change notification settings - Fork 43
Dockerfile when using ARG in FROM doesn't work #35
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
Comments
Got some time to capture the error:
|
Ahh, will fix this! |
@kylecarbs Confirmed that this is working now! |
Fantastic! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing the project using this devcontainer specification and envbuilder is failing to build the following Dockerfile => https://github.com/crunchloop/rails-interview/blob/main/.devcontainer/Dockerfile#L3
It throws and error indicating that it can't parse the image. This is working fine with devcontainer cli. I'm going to post the error soon since I don't have it with me.
Removing the
VARIANT
and hard coding the value made it work.The text was updated successfully, but these errors were encountered: