Skip to content
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

RFE: Add arm64 image to quay.io/libpod/alpine_nginx #22572

Open
tnk4on opened this issue May 2, 2024 · 2 comments
Open

RFE: Add arm64 image to quay.io/libpod/alpine_nginx #22572

tnk4on opened this issue May 2, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue

Comments

@tnk4on
Copy link
Contributor

tnk4on commented May 2, 2024

Feature request description

quay.io/libpod/alpine_nginx has only amd64 image and no arm64 image. Request to add arm64 image to quay.io/libpod/alpine_nginx.

Suggest potential solution

pkg/machine/e2e/basic_test.go uses quay.io/libpod/alpine_nginx.
However, there is no arm64 image, so Apple Silicon mac runs in emulation mode.

Have you considered any alternatives?

No response

Additional context

% make localmachine FOCUS="Volume ops"
...
  Machine "196dffab52c7" started successfully
  /Users/shtanaka/dev2/podman/bin/darwin/podman -r run -v /private/tmp/ginkgo844281868:/test:Z quay.io/libpod/alpine_nginx ls /test/attr-test-file
  Trying to pull quay.io/libpod/alpine_nginx:latest...
  Getting image source signatures
  Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade
  Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139
  Copying blob sha256:71895e83ea49901b7b752bbf3ca19a54148a5f4ab5fdff3dca9bcd59d44c59e3
  Copying config sha256:ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c
  Writing manifest to image destination
  WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
  /test/attr-test-file
...
@tnk4on tnk4on added the kind/feature Categorizes issue or PR as related to a new feature. label May 2, 2024
@Luap99
Copy link
Member

Luap99 commented May 2, 2024

I don't think it is intentional but I think it is good to have at least one test that ensures x86-64 emulation works in the machine. However this should likely be en explicit check on not something unrelated like here.

Copy link

github-actions bot commented Jun 2, 2024

A friendly reminder that this issue had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. stale-issue
Projects
None yet
Development

No branches or pull requests

2 participants