We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello folks,
I guess I have found a bug using the plugin.
In my conf.yml I have a line : tag: XXX/YYY:${project.artifactId}-${project.version}
But the image gets tagged : REPOSITORY TAG IMAGE ID CREATED XXX/YYY ${project.artifactId}-${project.version} c53dea9ae48d 10 seconds ago
I use plugin version 1.4.0 with docker 1.2.0 and client 1.14.
Cheers, Antoine
The text was updated successfully, but these errors were encountered:
ex-collinss-macbook:~ alexc$ docker tag
Usage: docker tag [OPTIONS] IMAGE [REGISTRYHOST/][USERNAME/]NAME[:TAG]
Sorry, something went wrong.
The maven docker:package goal isn't supposed to tag the image ? It does but without substituing maven properties.
Regards, Antoine
taraxe, You could use the maven resource plugin filtering to instantiate the maven properties in the yml file and then use it to tag.
should be fixed in 2.0.2
No branches or pull requests
Hello folks,
I guess I have found a bug using the plugin.
In my conf.yml I have a line :
tag: XXX/YYY:${project.artifactId}-${project.version}
But the image gets tagged :
REPOSITORY TAG IMAGE ID CREATED
XXX/YYY ${project.artifactId}-${project.version} c53dea9ae48d 10 seconds ago
I use plugin version 1.4.0 with docker 1.2.0 and client 1.14.
Cheers,
Antoine
The text was updated successfully, but these errors were encountered: