-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add docker hub specific docker context #126625
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
Add docker hub specific docker context #126625
Conversation
|
Pinging @elastic/es-delivery (Team:Delivery) |
| $VERSION_QUALIFIER_ARG \ | ||
| buildReleaseArtifacts \ | ||
| exportCompressedDockerImages \ | ||
| exportDockerContexts \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we implicitly build those contexts as part of building the images. Since they are deliverables, we want to build them explicitly. Also, we now build the docker hub specific context but not a corresponding image for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor typo found, but I believe it is worth fixing.
💔 Backport failed
You can use sqren/backport to manually backport by running |
The labels we require for openshift are incompatible with docker hub policies. therefore we need to use different docker contexts for those. (cherry picked from commit 31995ac)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
This adds a specific docker context that we use for docker hub. For now this only removes specific docker labels that should not be used in docker hub.