docker-curator
docker-curator copied to clipboard
Require image for ARM64 architecture
Hi Team,
I am trying to use the bobrik/curator 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.
I have used Travis-CI to build and push the image for both the platforms.
Commit Link - https://github.com/odidev/docker-curator/commit/3a9eb8fa933ed032cd898b872b6a3c95e8bc0341
Travis link - https://travis-ci.com/github/odidev/docker-curator/builds/218206798
Docker Hub Link - https://hub.docker.com/repository/docker/odidev/docker-curator
Do you have any plans on releasing arm64 images?
May I know how the amd64 image is getting published on Dockerhub?
If interested, I will raise a PR.