-
Notifications
You must be signed in to change notification settings - Fork 786
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
tag: Support tagging manifest list instead of resolving to images #3483
tag: Support tagging manifest list instead of resolving to images #3483
Conversation
d936163
to
11e2bdc
Compare
/hold till containers/common#747 is merged and synced |
11e2bdc
to
af60968
Compare
was the file |
@giuseppe yes my bad i do that all the time, removed. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@vrothberg @giuseppe We have a dependency on containers/common#747 |
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.
Nice work!
Please mark it as WIP and add a test case. Note that you can vendor in your commit from your c/common fork via go mod edit -replace github.com/containers/common=github.com/flouthoc/common@$commit
.
/hold |
Changes LGTM, but smoke test is smoking! |
cd59399
to
c9b6e27
Compare
@vrothberg PTAL |
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.
Thanks, tests LGTM!
Since we cannot merge a fork, we need to wait until it's merged in c/common.
c9b6e27
to
049a931
Compare
@vrothberg @giuseppe Vendor-ed the latest c/common@main. PTAL |
Following commit makes sure when `buildah tag` is invoked on a manifest list, it tags the same manifest list instead of resolving image and tagiing it. Signed-off-by: Aditya Rajan <[email protected]>
049a931
to
82eedac
Compare
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
/hold
Thank you!
/hold cancel |
my bad waiting for tests |
/hold |
/hold cancel |
Following commit makes sure when buildah tag is invoked on a manifest list, it tags the same manifest list instead of resolving to an image and tagging it. Port of: containers/buildah#3483 Signed-off-by: Aditya Rajan <[email protected]>
Following commit makes sure when
buildah tag
is invoked on a manifestlist, it tags the same manifest list instead of resolving to an image and
tagging it.
Depends-on: containers/common#747