docker-gc-cron icon indicating copy to clipboard operation
docker-gc-cron copied to clipboard

arm64 arch image request

Open nazmang opened this issue 1 year ago • 5 comments

Hi,

Would be great if you could build Docker image for linux/arm64 as well to run it on Raspberry like devices.

Thanks!

nazmang avatar Mar 20 '24 12:03 nazmang

Hi there! I did his already by myself. you could test it with:

docker pull scartalune/docker-gc-cron

Edit: I will create a pull request when I am done with my work.

Smeeth avatar Mar 29 '24 09:03 Smeeth

Sorry I've been so bad at responding! I'm working on the 2e of the book and it's taking pretty much all of my time,

@nazmang Good suggestion! Thank you! @Smeeth Thank you kindly for your help! I'll take a look as soon as I get a chance!

clockworksoul avatar May 11 '24 11:05 clockworksoul

Also looking for ARM64 support in this image please

erikbotha avatar Sep 15 '24 12:09 erikbotha

Also looking for ARM64 support in this image please

I built it for myself couple of months ago. You can do the same thing using docker buildx command docker buildx . Command line should look like docker buildx build --platform linux/arm64 --build-arg DOCKER_VERSION=20.10.9 -t clockworksoul/docker-gc-cron:latest .

nazmang avatar Sep 16 '24 16:09 nazmang