-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1804554: bump(operator-framework/operator-registry) #330
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
Currently `oc image mirror`, when pointed at a manifest list digest, checks the contents of the manifest and mirrors just the underlying image if it contains only a single image. This change adds an option to mirroring to force the repodigest to mirror in addition to the underlying image digest. Additionally, it forces `oc image mirror` and `oc adm catalog mirror` to always enable this option https://bugzilla.redhat.com/show_bug.cgi?id=1800674
…ry-pick-299-to-release-4.4 Bug 1804976: Add newline for pipeline deprecate info
Bug 1804609: bump(github.com/mtrmac/gpgme): v0.1.2
…ry-pick-298-to-release-4.4 [release-4.4] Bug 1804600: Option to force RepoDigest mirror
…ry-pick-319-to-release-4.4 [release-4.4] Bug 1806662: set nodeName for debug pod only when explicitly set
…ry-pick-318-to-release-4.4 Bug 1807810: [release-4.4] override FileDir with FromFileDir if set in Complete
When a file:// argument is provided as the source for oc adm release mirror, do a digest lookup within that repo for any image referenced by the payload, and if found use the local directory as the source. This allows releases to be mirrored to disk and then oc adm release mirror to be used to push it back with: oc adm release mirror file://openshift/release:4.3.1 --to REPO where before it would fail with "invalid image reference". Ensure that when file:// is used the correct instructions are printed for mirroring. Fix the mirror command provided to users to put the wildcard in quotes (to avoid bash shell expansion).
…ry-pick-320-to-release-4.4 [release-4.4] Bug 1806780: Allow a file:// release argument to release mirror
|
@ecordell: This pull request references Bugzilla bug 1804554, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ecordell The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Cherry pick of #329