-
Notifications
You must be signed in to change notification settings - Fork 260
ci: output manifest tarball with Oras #3698
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
Conversation
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.
Pull Request Overview
Adds a CI job that packages published container image manifests into a gzipped tarball using ORAS, so downstream pipelines can consume a single archive.
- Introduces
package_manifestjob tocopymanifests from ACR andtarthem intoout/…_artifact.tar.gz - Defines pipeline variables for image and output paths
- Leverages ORAS OCI layout and gzip packaging
sheylatrudo
left a comment
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.
LGTM
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* ci: output manifest tarball * chore: reset file * test: ob var
Reason for Change:
Outputs a tarball containing the complete manifest for our corresponding components. This alleviates additional scripting and tool usage in following release CI/CD.
Issue Fixed:
Requirements:
Notes: