Move to quay.io as the default mirror (#215)
This commit is contained in:
parent
0fc35e6b3b
commit
a3fdb746b2
4
.github/workflows/sync-images.yaml
vendored
4
.github/workflows/sync-images.yaml
vendored
@ -46,8 +46,8 @@ jobs:
|
|||||||
sync \
|
sync \
|
||||||
--src yaml \
|
--src yaml \
|
||||||
--dest docker \
|
--dest docker \
|
||||||
--dest-creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \
|
--dest-creds "${{ secrets.QUAY_IO_USER }}:${{ secrets.QUAY_IO_TOKEN }}" \
|
||||||
--scoped \
|
--scoped \
|
||||||
--all \
|
--all \
|
||||||
${{ matrix.manifest-file }} \
|
${{ matrix.manifest-file }} \
|
||||||
ghcr.io/stackhpc
|
quay.io/azimuth
|
||||||
|
@ -81,15 +81,15 @@ registryMirrors:
|
|||||||
# - url: https://registry.my.domain/v2/dockerhub-public
|
# - url: https://registry.my.domain/v2/dockerhub-public
|
||||||
# capabilities: ["pull", "resolve"]
|
# capabilities: ["pull", "resolve"]
|
||||||
docker.io:
|
docker.io:
|
||||||
- https://ghcr.io/v2/stackhpc/docker.io
|
- https://quay.io/v2/azimuth/docker.io
|
||||||
ghcr.io:
|
ghcr.io:
|
||||||
- https://ghcr.io/v2/stackhpc/ghcr.io
|
- https://quay.io/v2/azimuth/ghcr.io
|
||||||
nvcr.io:
|
nvcr.io:
|
||||||
- https://ghcr.io/v2/stackhpc/nvcr.io
|
- https://quay.io/v2/azimuth/nvcr.io
|
||||||
quay.io:
|
quay.io:
|
||||||
- https://ghcr.io/v2/stackhpc/quay.io
|
- https://quay.io/v2/azimuth/quay.io
|
||||||
registry.k8s.io:
|
registry.k8s.io:
|
||||||
- https://ghcr.io/v2/stackhpc/registry.k8s.io
|
- https://quay.io/v2/azimuth/registry.k8s.io
|
||||||
|
|
||||||
# A map of trusted CAs to add to the system trust on cluster nodes
|
# A map of trusted CAs to add to the system trust on cluster nodes
|
||||||
trustedCAs: {}
|
trustedCAs: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user