-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Missing --remove-signatures in podman-remote push
#14558
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Comments
github-actions
bot
added
macos
MacOS (OSX) related
remote
Problem is in podman-remote
labels
Jun 10, 2022
@vrothberg @mtrmac Any idea why this is not supported with --remote? |
tig blame , blames it on me. I think I read this wrong will open a PR to turn it on. |
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Jun 20, 2022
This patch uses `oc mirror` command to push image from remote container registry to openshift internal registry and make it available to imagestream. Recently user observed if ubi images are pulled using podman then pushing it to internal registry have signature verification error (containers/podman#14558) for mac/windows. This issue is recently fixed on podman remote clients but still not released so better not to use podman/docker steps just to show user around internal registry usage.
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Jun 20, 2022
This patch uses `oc mirror` command to push image from remote container registry to openshift internal registry and make it available to imagestream. Recently user observed if ubi images are pulled using podman then pushing it to internal registry have signature verification error (containers/podman#14558) for mac/windows. This issue is recently fixed on podman remote clients but still not released so better not to use podman/docker steps just to show user around internal registry usage. It will also change apline to ubi8 image.
anjannath
pushed a commit
to crc-org/crc
that referenced
this issue
Jun 22, 2022
This patch uses `oc mirror` command to push image from remote container registry to openshift internal registry and make it available to imagestream. Recently user observed if ubi images are pulled using podman then pushing it to internal registry have signature verification error (containers/podman#14558) for mac/windows. This issue is recently fixed on podman remote clients but still not released so better not to use podman/docker steps just to show user around internal registry usage. It will also change apline to ubi8 image.
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 20, 2023
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman-remote push
does not support--remove-signatures
Steps to reproduce the issue:
These commands are run on macOS, so this is using podman-remote
podman pull registry.access.redhat.com/ubi8
podman push registry.access.redhat.com/ubi8 quay.io/teuf/ubi8
Describe the results you received:
This fails with
Error: Copying this image would require changing layer representation, which we cannot do: "Would invalidate signatures"
Describe the results you expected:
On linux, I can use
podman push --remove-signatures
to avoid this (maybe there are other ways to deal with it, but I'm not aware of them). On macOS, I don't have such an option.Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
I tested latest version, I also looked at a git build where I could not find the option.
The text was updated successfully, but these errors were encountered: