docker-registry-proxy
docker-registry-proxy copied to clipboard
An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 823 100 823 0 0 803k 0 --:--:-- --:--:-- --:--:-- 803k
Hello, I recently encountered a problem that occurs only randomly, when pushing images. Some layers are retrying, then suddenly ending with EOF. To note that these errors were not encountered...
Hello :slightly_smiling_face: I am trying to verify that my docker-registry-proxy deployment work as expected. Looking into the logs we see some MISS and HIT messages, but no info about the...
I was having the same problem as in issue #108, but I'd prefer not to have to create a custom resolver configuration for Nginx. Things are simpler if `entrypoint.sh` handles...
Refactored - Merge ca gen bash script to entry point as function - Run test every push change in bash script - Add gha caching and other CI changes that...
Configure `nginx` to be able to deal with upstream server with all TLS version from 1 to 1.3.
Ties to https://github.com/rpardini/docker-registry-proxy/pull/102 Added ENV check and include file to force upstream to use http 1.1 Use case - we have a harbor upstream registry sits behind an envoy proxy...
This PR implements the following: ### What: 1. Enable configuration of 'proxy_cache_valid' age with CACHE_VALIDITY_PERIOD var (defaults to 60d) 2. Enable configuration of 'proxy_cache_path' 'inactive' setting with CACHE_MAX_AGE var (defaults...
links to #97
This PR defines a new env var 'UPSTREAM_MAPPINGS' which is used to dynamically populate the nginx config with upstream -> server definitions. This allows hosts that are not resolveable via...