You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the parameter 'quarkus.container-image.additional-tags' to set additional tags on a docker container pushing fails with a message 'An image does not exist locally with the tag: latest'.
After analyzing the problem it looks like a problem in the class DockerProcessor.java at line 219.
I think the wrong method is used, 'getAdditionalTags()' should be replaced with 'getAdditionalImageTags()'.
The old code was also using this method and it also seems logical.
Expected behavior
To not use <tag-name>, but <image-name>:<tag-name>
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
Linux ubuntu 5.13.0-52-generic #59-Ubuntu SMP Wed Jun 15 20:17:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of java -version
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.21.10.1, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.10.0.final
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
When using the parameter 'quarkus.container-image.additional-tags' to set additional tags on a docker container pushing fails with a message 'An image does not exist locally with the tag: latest'.
After analyzing the problem it looks like a problem in the class DockerProcessor.java at line 219.
I think the wrong method is used, 'getAdditionalTags()' should be replaced with 'getAdditionalImageTags()'.
The old code was also using this method and it also seems logical.
Expected behavior
To not use
<tag-name>
, but<image-name>:<tag-name>
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
Linux ubuntu 5.13.0-52-generic #59-Ubuntu SMP Wed Jun 15 20:17:13 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.21.10.1, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.10.0.final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
If needed you can check the failed build
The text was updated successfully, but these errors were encountered: