Skip to content

A caching, resizing image proxy written in Go

License

Notifications You must be signed in to change notification settings

maddoglee/imageproxy

 
 

Repository files navigation

ARM64-Compatible ImageProxy Docker Image

This repository hosts an ARM64-compatible Docker image of willnorris/imageproxy, a caching and resizing image proxy written in Go.

📦 Image Location

docker pull ghcr.io/maddoglee/imageproxy:arm64

🖥️ Architecture Compatibility

This image is built for:

  • linux/arm64 (e.g., Raspberry Pi 4, Rock Pi 4, Jetson Nano)

🚀 Usage

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:arm64

📄 License

This image is based on the original willnorris/imageproxy project, which is licensed under the MIT License.

⚠️ Disclaimer

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!

About

A caching, resizing image proxy written in Go

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Shell 1.4%
  • Dockerfile 0.4%