Skip to content

Docker image for ARM64 (aarch64 / Arm Ampere) architecture #82

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

Closed
Dmitriusan opened this issue Oct 10, 2023 · 1 comment
Closed

Docker image for ARM64 (aarch64 / Arm Ampere) architecture #82

Dmitriusan opened this issue Oct 10, 2023 · 1 comment

Comments

@Dmitriusan
Copy link

Dmitriusan commented Oct 10, 2023

Hi! First, thanks for such an incredible tool.

Would you please consider also publishing versions of Docker images for aarch64 architecture? A lot of cloud providers are already suggesting attractive options (like https://www.oracle.com/cloud/compute/arm/ ), so this architecture is becoming more common. Current images are built for arm64 architecture and can not be used

  Type     Reason     Age                From               Message
  ----     ------     ----               ----               -------
  Normal   Scheduled  84s                default-scheduler  Successfully assigned default/postgres-upgrade-job-p8b4x to omen
  Normal   Pulling    41s (x3 over 84s)  kubelet            Pulling image "tianon/postgres-upgrade:15-to-16"
  Warning  Failed     39s (x3 over 82s)  kubelet            Failed to pull image "tianon/postgres-upgrade:15-to-16": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/tianon/postgres-upgrade:15-to-16": no match for platform in manifest: not found
  Warning  Failed     39s (x3 over 82s)  kubelet            Error: ErrImagePull
  Normal   BackOff    2s (x5 over 81s)   kubelet            Back-off pulling image "tianon/postgres-upgrade:15-to-16"
  Warning  Failed     2s (x5 over 81s)   kubelet            Error: ImagePullBackOff

If I understand correctly, that is just a matter of adding an arm64 architecture tag to the script that renders the template and using Postgres containers/repos for this architecture

@Dmitriusan Dmitriusan changed the title Docker image for aarch64 (Arm Ampere architecture) Docker image for ARM64 (aarch64 / Arm Ampere) architecture Oct 10, 2023
@tianon
Copy link
Owner

tianon commented Oct 10, 2023

Duplicate of #43 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants