-
Notifications
You must be signed in to change notification settings - Fork 202
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
libimage: normalize platform #867
libimage: normalize platform #867
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg 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 |
LGTM |
How did that sneak in?
|
Fixed |
Changes LGTM, but would like a head nod from @nalind . CI still hates you @vrothberg , what did you ever do to it? |
Cross builds were not run on each PR until recently. |
LGTM |
bcad9ff
to
9c94540
Compare
Rebased to get cross-build fixes in. |
Buildah, containers and probably other container engines are normalizing the platform parameters to support common values. For instance, "x86_64" is normalized to the OCI conformant "amd64". Use the same normalization when copying images and looking up local images. Also add some debug logs to facilitate future debugging. Fixes: containers/podman/issues/12680 Signed-off-by: Valentin Rothberg <[email protected]>
9c94540
to
b2d805e
Compare
@rhatdan PTAL |
/lgtm |
Buildah, containers and probably other container engines are normalizing
the platform parameters to support common values. For instance, "x86_64"
is normalized to the OCI conformant "amd64".
Use the same normalization when copying images and looking up local
images. Also add some debug logs to facilitate future debugging.
Fixes: containers/podman/issues/12680
Signed-off-by: Valentin Rothberg [email protected]
@containers/podman-maintainers PTAL
@rhatdan PTAL
@nalind FYI