This repository hosts an ARM64-compatible Docker image of willnorris/imageproxy, a caching and resizing image proxy written in Go.
docker pull ghcr.io/maddoglee/imageproxy:arm64
This image is built for:
linux/arm64(e.g., Raspberry Pi 4, Rock Pi 4, Jetson Nano)
You can run the image using Docker Compose:
services:
imageproxy:
image: ghcr.io/maddoglee/imageproxy:arm64
ports:
- "8080:8080"Or directly with Docker:
docker run -d -p 8080:8080 ghcr.io/maddoglee/imageproxy:arm64This image is based on the original willnorris/imageproxy project, which is licensed under the MIT License.
This image is provided as-is, without warranty or guaranteed support. It is maintained independently by maddoglee and is not affiliated with the original author.
Feel free to open issues or contribute if you'd like to improve ARM64 support!