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 \ 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

View File

@ -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: {}