-
Notifications
You must be signed in to change notification settings - Fork 521
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
JibServiceUtil pushes separate images for additional tags specified in build configuration #2293
Comments
We need to make changes in JibServiceUtil as discussed in #2283 (reply in thread) |
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Aug 1, 2023
…onal tags in single request (eclipse-jkube#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Aug 2, 2023
…onal tags in single request (eclipse-jkube#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
17 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Aug 7, 2023
…onal tags in single request (eclipse-jkube#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa
pushed a commit
that referenced
this issue
Aug 9, 2023
…onal tags in single request (#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
ShivangMishra
pushed a commit
to ShivangMishra/jkube
that referenced
this issue
Aug 13, 2023
…onal tags in single request (eclipse-jkube#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #2283
Originally posted by maodia July 17, 2023
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:
The text was updated successfully, but these errors were encountered: