cactus / go-camo

A secure image proxy server
MIT License
254 stars 48 forks source link

Docker ARM64 image #79

Closed Fabrimat closed 3 months ago

Fabrimat commented 3 months ago

As of the spread of ARM64 cloud services I think that making the docker image ARM64 compatible would be a great addition.

dropwhile commented 3 months ago

I got a multi-arch CI build working (a bit of a pain!) using some ✨qemu magic✨ , and future releases should have docker aarch64 builds.

In the meantime, and/or if needing an older release, it should be straightforward for folks to use one of the pre-built releases to make your own aarch64/arm64 image using the example/Dockerfile on an aach64/arm64 system.


EDIT: I just tagged a new release (no code changes) to force the new CI build pipeline to spit out the new docker images.