-
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
buildah tag ruins manifest lists #3467
Comments
Note: For my use-case, I would be perfectly happy using a |
@flouthoc PTAL |
/assign |
I am fine with manifest tag. How does buildah tag figure out which image is relavent? IE If I have a list with multiple images, will it tag them all, or just the first one it finds. |
Or the one that matches the current arch? |
@rhatdan It takes image options if nothing is provided it gets |
Are we going to come back and retrofit |
@nalind I missing context on retrofit about |
The retrofit for |
I am fine with buildah tag == buildah manifest tag. |
Following PR's should close this #3483 & containers/common#747 |
Description
When I build a multi-arch manifest list, sometimes I want to call or push it using multiple names. Intuitively, the
tag
subcommand strikes me as the one to use, but doesn't seem to do the right thing.Steps to reproduce the issue:
$ buildah bud --layers --force-rm --jobs 12 --platform=linux/amd64 --manifest localhost/foo/bar:latest /path/to/context
$ buildah tag localhost/foo/bar:latest localhost/foo/bar:9.8.7-testing
$ buildah images
Describe the results you received:
Describe the results you expected:
Output of
rpm -q buildah
orapt list buildah
:N/A compiled from source 197b9a1
Output of
buildah version
:Output of
podman version
if reporting apodman build
issue:N/A
Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:Default that comes from installing rpms
The text was updated successfully, but these errors were encountered: