gliderlabs/docker-alpine

Require image for ARM64 architecture

odidev opened this issue · 1 comments

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 - odidev@8b43558

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.

ncopa commented

The official Alpine Linux docker images supports arm64:

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