docker-brew-clearlinux icon indicating copy to clipboard operation
docker-brew-clearlinux copied to clipboard

Require image for ARM64 architecture

Open odidev opened this issue 4 years ago • 1 comments

Hi Team,

I am trying to use the clearlinux 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 without any changes in the Dockerfile but when tested the package using command docker run -it --rm image_name docker container is not created on arm64 platform.

It seems the base.tar.xz file created is for the amd64 platform.

Do you have any plans on releasing arm64 images?

It will be very helpful if arm64 image is available. If required, I am happy to help

odidev avatar Feb 23 '21 14:02 odidev

@odidev ClearLinux only offers x86_64 packages, please check https://clearlinux.org/sw/stacks, https://clearlinux.org/downloads

srbala avatar Nov 10 '21 07:11 srbala