Skip to content

Commit

Permalink
Stop using local registry
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Dec 9, 2024
1 parent 263f3b1 commit 33b3c2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
EOF
- name: sysctls specs kind config override
if: matrix.spec == 'sysctls'
Expand All @@ -99,7 +99,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
EOF
- name: Mirror Override
if: startsWith(matrix.spec, 'private_registry_')
Expand All @@ -112,7 +112,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."registry.default.svc.cluster.local:5000"]
endpoint = ["http://localhost:5000"]
EOF
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER"
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["http://10.200.142.204"]
endpoint = ["https://mirror.gcr.io"]
EOF
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
Expand Down

0 comments on commit 33b3c2b

Please sign in to comment.