Replies: 2 comments 9 replies
-
Does your project version containing Is unexpected behavior 3 images of 3 tags for you? |
Beta Was this translation helpful? Give feedback.
-
By the way, i am going to ask some questions about the retry mechanism : Additional Info: The network between my pc and the docker image registry server is not very well , so i always get exceptions when i build image and push it to the registry with the jib strategy, here is a part of the build logs: JIB> [====================== ] 74.6% complete > scheduling pushing manifests |
Beta Was this translation helpful? Give feedback.
-
Hi,i have a question about the pushed image and tags when i use the jib build strategy , so i need a answer or advice.
We use the Harbor for docker image registry, and when we use the default build strategy and the jib build strategy, the image and tags display in the Harbor web view is very different.
Here is the image define fragment in my pom file:
this is a image of one pushed docker image with three tags display in the harber when we use the default build strategy, and it is what we expect:
this is a image of three pushed docker image with three tags display in the harber when we use the jib build strategy, and it is not what we expect:
Beta Was this translation helpful? Give feedback.
All reactions