clockworksoul / docker-gc-cron

A Docker image that allows scheduled cleanup of unused Docker images, containers, and volumes.
148 stars 27 forks source link

arm64 arch image request #5

Open nazmang opened 6 months ago

nazmang commented 6 months ago

Hi,

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

Thanks!

Smeeth commented 5 months ago

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.

clockworksoul commented 4 months ago

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!

erikbotha commented 5 days ago

Also looking for ARM64 support in this image please

nazmang commented 4 days ago

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 .