distribution / distribution

The toolkit to pack, ship, store, and deliver container content
https://distribution.github.io/distribution
Apache License 2.0
8.81k stars 2.45k forks source link

multi proxy support #3253

Open fanux opened 3 years ago

fanux commented 3 years ago
proxy:
  remoteurl: https://registry-1.docker.io
  username: [username]
  password: [password]
proxy:
- remoteurl: https://registry-1.docker.io
  username: [username]
  password: [password]
- remoteurl: https://hub.docker.io
  username: [username]
  password: [password]
hhstu commented 2 years ago

care +1

dcarrion87 commented 1 year ago

Just wondering how users are getting around the lack of this feature at the moment?

We're considering creating one per remoteurl but this seems like overkill. We want to support ghcr and others.

We're not interested in using a general proxy to wrap the whole of container engine to achieve this.