Open nazmang opened 7 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.
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!
Also looking for ARM64 support in this image please
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 .
Hi,
Would be great if you could build Docker image for
linux/arm64
as well to run it on Raspberry like devices.Thanks!