-
Notifications
You must be signed in to change notification settings - Fork 644
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
Fix ARG referencing another ARG in FROM statement #1800
Comments
kevinleturc
added a commit
to kevinleturc/docker-maven-plugin
that referenced
this issue
Jul 19, 2024
kevinleturc
added a commit
to kevinleturc/docker-maven-plugin
that referenced
this issue
Jul 19, 2024
kevinleturc
added a commit
to kevinleturc/docker-maven-plugin
that referenced
this issue
Jul 19, 2024
kevinleturc
added a commit
to kevinleturc/docker-maven-plugin
that referenced
this issue
Jul 19, 2024
kevinleturc
added a commit
to kevinleturc/docker-maven-plugin
that referenced
this issue
Jul 19, 2024
rohanKanojia
pushed a commit
that referenced
this issue
Jul 20, 2024
@kevinleturc : I have released 0.45.0 . Could you please check if everything is working as expected in your project and provide feedback? |
I have checked the fix in our project and everything is working as expected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Building from a Dockerfile like the one below:
results in the error below:
This is because
DockerFileUtil.resolveImageTagFromArgs
doesn't recursively resolve the args, and the curly brackets of the inner arg breaks the Pattern replacement.Info
mvn -v
): 3.9.8The text was updated successfully, but these errors were encountered: