This is a Docker (oci images) registry proxy cache, written in go.
2.6K
This is a Docker (oci images) registry proxy cache, written in go.
There are some environment variables:
docker run -e TARGET_URL=https:// -p 10777:10777 avhost/go-docker-proxy:latest
To block Bots and Spam who does not respect robots.txt, it is possible to defined and list with UserAgend should be blocked. As example:
BLOCK_USERAGENT="(Bot|The World)"
This will block all UserAgents with the string "Bot" or "The World".
To block whole URL's, you can use regular expression to create a filter.
BLOCK_USERAGENT="(arg=1|private)"
This will block every access to the URL with the GET parameter "arg=1" or the string "private".
Content type
Image
Digest
sha256:583a6a3ca…
Size
16.6 MB
Last updated
7 months ago
docker pull avhost/go-docker-proxy