-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.registries.yaml
33 lines (33 loc) · 1.27 KB
/
sample.registries.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mirrors:
"docker.io":
endpoint:
- http://k3d-docker-io:5001
"k3d-registry.localhost:5000":
endpoint:
- http://k3d-registry.localhost:5000
ghcr.io:
endpoint:
- http://my-ghcr-shared-images.my-artifactory.my-company.com
my-ghcr-shared-images.my-artifactory.my-company.com:
endpoint:
- http://my-ghcr-shared-images.my-artifactory.my-company.com
my-docker-shared-images.my-artifactory.my-company.com:
endpoint:
- http://my-docker-shared-images.my-artifactory.my-company.com
configs:
"k3d-registry.localhost:5000":
auth:
username: == Use the username used to login to local registry k3d-registry.localhost:5000 ==
password: == Find the base64encoded password in /home/${USER}/.docker/config.json after login to local registry k3d-registry.localhost:5000 ==
ghcr.io:
auth:
username: == GitHub e-mail address ==
password: == GitHub Personal Access Token (PAT) ==
my-ghcr-shared-images.my-artifactory.my-company.com:
auth:
username: == GitHub e-mail address ==
password: == GitHub Personal Access Token (PAT) ==
my-docker-shared-images.my-artifactory.my-company.com:
auth:
username: my-proxy-username
password: == ASK A TRUSTED PARTY FOR THE PASSWORD ==