Skip to content

Commit

Permalink
chore: update sw + json-mock image
Browse files Browse the repository at this point in the history
Replaced docker.io by quay.io pinned with current latest
Docker source is deprecated.

Signed-off-by: loomkoom <loomkoom@hotmail.com>
  • Loading branch information
loomkoom committed Mar 14, 2024
1 parent 29931c8 commit f2e9fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes-dns/dns-sw-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ metadata:
spec:
containers:
- name: mediabot
image: docker.io/cilium/json-mock
image: quay.io/cilium/json-mock:v1.3.8@sha256:5aad04835eda9025fe4561ad31be77fd55309af8158ca8663a72f6abb78c2603
6 changes: 3 additions & 3 deletions examples/minikube/http-sw-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: deathstar
image: docker.io/cilium/starwars
image: quay.io/cilium/starwars:v2.1@sha256:833d915ec68fca3ce83668fc5dae97c455b2134d8f23ef96586f55b894cfb1e8
---
apiVersion: v1
kind: Pod
Expand All @@ -47,7 +47,7 @@ metadata:
spec:
containers:
- name: spaceship
image: docker.io/cilium/json-mock
image: quay.io/cilium/json-mock:v1.3.8@sha256:5aad04835eda9025fe4561ad31be77fd55309af8158ca8663a72f6abb78c2603
---
apiVersion: v1
kind: Pod
Expand All @@ -60,4 +60,4 @@ metadata:
spec:
containers:
- name: spaceship
image: docker.io/cilium/json-mock
image: quay.io/cilium/json-mock:v1.3.8@sha256:5aad04835eda9025fe4561ad31be77fd55309af8158ca8663a72f6abb78c2603

0 comments on commit f2e9fad

Please sign in to comment.