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

Aarch64 base image is not available anymore #760

Open
lhoupert opened this issue Sep 26, 2023 · 0 comments
Open

Aarch64 base image is not available anymore #760

lhoupert opened this issue Sep 26, 2023 · 0 comments

Comments

@lhoupert
Copy link

I recently try to re-build the docker image for my raspberrypi and I encoutered the error below:

 > [internal] load metadata for docker.io/aarch64/alpine:3.5:
------
Dockerfile.aarch64:4
--------------------
   2 |     
   3 |     # Smallest base image
   4 | >>> FROM aarch64/alpine:3.5
   5 |     
   6 |     LABEL maintainer="Kyle Manna <[email protected]>"
--------------------
ERROR: failed to solve: aarch64/alpine:3.5: docker.io/aarch64/alpine:3.5: not found

I reaslised the aarch64 group doesnt exist anymore on dockerhub. arm64v8 should be used instead.

I raised a PR for fixing this here: #759

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

1 participant