Move to quay.io as the default mirror (#215)

This commit is contained in:
Matt Pryor 2024-01-17 09:51:12 +00:00 committed by GitHub
parent 0fc35e6b3b
commit a3fdb746b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -46,8 +46,8 @@ jobs:
sync \
--src yaml \
--dest docker \
--dest-creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \
--dest-creds "${{ secrets.QUAY_IO_USER }}:${{ secrets.QUAY_IO_TOKEN }}" \
--scoped \
--all \
${{ matrix.manifest-file }} \
ghcr.io/stackhpc
quay.io/azimuth

View File

@ -81,15 +81,15 @@ registryMirrors:
# - url: https://registry.my.domain/v2/dockerhub-public
# capabilities: ["pull", "resolve"]
docker.io:
- https://ghcr.io/v2/stackhpc/docker.io
- https://quay.io/v2/azimuth/docker.io
ghcr.io:
- https://ghcr.io/v2/stackhpc/ghcr.io
- https://quay.io/v2/azimuth/ghcr.io
nvcr.io:
- https://ghcr.io/v2/stackhpc/nvcr.io
- https://quay.io/v2/azimuth/nvcr.io
quay.io:
- https://ghcr.io/v2/stackhpc/quay.io
- https://quay.io/v2/azimuth/quay.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
trustedCAs: {}