-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Manifest list tagging broken in v3.4 RPM and 4.0.0-dev source #12046
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
cevich
added a commit
to containers/podman.io_old
that referenced
this issue
Oct 20, 2021
Adjusted blog article accordingly and opened containers/podman#12046 Signed-off-by: Chris Evich <cevich@redhat.com>
cevich
added a commit
to containers/podman.io_old
that referenced
this issue
Oct 20, 2021
Fixes #469 Adjusted blog article accordingly and opened containers/podman#12046 Signed-off-by: Chris Evich <cevich@redhat.com>
cevich
added a commit
to containers/podman.io_old
that referenced
this issue
Oct 20, 2021
Fixes #469 Adjusted blog article accordingly and opened containers/podman#12046 Signed-off-by: Chris Evich <cevich@redhat.com>
@flouthoc, given you worked on it in Buildah, would you take a look? |
@vrothberg I'll take a look. |
TomSweeneyRedHat
pushed a commit
to containers/podman.io_old
that referenced
this issue
Oct 21, 2021
Fixes #469 Adjusted blog article accordingly and opened containers/podman#12046 Signed-off-by: Chris Evich <cevich@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I believe this is an incarnation of containers/buildah#3467 but in podman.
Steps to reproduce the issue:
platarch=linux/amd64,linux/arm64
podman build --jobs=2 --platform=$platarch --manifest test .
podman tag localhost/test:latest example.com/test/ing:latest
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes, also broken as of commit 7fa9935
Additional environment details (AWS, VirtualBox, physical, etc.):
Tested in GCP on F35-beta Image ID c5160336597712896
The text was updated successfully, but these errors were encountered: