docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

Require image for ARM64 architecture

Open odidev opened this issue 4 years ago • 1 comments
trafficstars

Hi Team,

I am trying to use the gliderlabs/docker-alpine image on arm64 platform but it seems it is not available for arm64.

I have successfully built the image using the command docker build -t image_name . on the arm64 platform by making some changes in the files .circleci/config.yml and builder/scripts/mkimage-alpine.bash.

I have used circle-ci to build and push the image for both the platforms.

Commit Link - https://github.com/odidev/docker-alpine-1/commit/8b435585b6ec1558e4776aeb74911ab26016ea02

Circle-ci link - https://app.circleci.com/pipelines/github/odidev/docker-alpine-1/2/workflows/87a58ce5-03bc-4d34-83d0-38a7b6cb2cd0/jobs/3

Docker Hub Link - https://hub.docker.com/repository/registry-1.docker.io/odidev/docker_alpine/tags?page=1&ordering=last_updated

Do you have any plans on releasing arm64 images?

Please have a look at the changes. If interested, I will raise a PR.

odidev avatar Apr 30 '21 10:04 odidev

The official Alpine Linux docker images supports arm64:

https://hub.docker.com/_/alpine https://github.com/alpinelinux/docker-alpine

ncopa avatar Apr 30 '21 13:04 ncopa