Skip to content

Commit 9a00ded

Browse files
committed
update images to use GHCR instead of DockerHub
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
1 parent eddfcdb commit 9a00ded

File tree

867 files changed

+6938
-6938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

867 files changed

+6938
-6938
lines changed

best-practices-cel/disallow-cri-sock-mount/.chainsaw-test/pod-emptydir-vol.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: busybox
8-
image: busybox:1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
command:
1010
- sleep
1111
- "3600"

best-practices-cel/disallow-cri-sock-mount/.chainsaw-test/pod-no-volumes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
automountServiceAccountToken: false
77
containers:
88
- name: busybox
9-
image: busybox:1.35
9+
image: ghcr.io/kyverno/test-busybox:1.35
1010
command:
1111
- sleep
1212
- "3600"

best-practices-cel/disallow-default-namespace/.chainsaw-test/deploy-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: busybox
1717
spec:
1818
containers:
19-
- image: busybox:v1.35
19+
- image: ghcr.io/kyverno/test-busybox:1.35
2020
name: busybox
2121
command:
2222
- "sleep"

best-practices-cel/disallow-default-namespace/.chainsaw-test/ds-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
name: good-daemonset
1414
spec:
1515
containers:
16-
- image: busybox:v1.35
16+
- image: ghcr.io/kyverno/test-busybox:1.35
1717
name: busybox
1818
command:
1919
- "sleep"

best-practices-cel/disallow-default-namespace/.chainsaw-test/good-resources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
app: busybox
3030
spec:
3131
containers:
32-
- image: busybox:v1.35
32+
- image: ghcr.io/kyverno/test-busybox:1.35
3333
name: busybox
3434
command:
3535
- "sleep"
@@ -50,7 +50,7 @@ spec:
5050
name: good-daemonset
5151
spec:
5252
containers:
53-
- image: busybox:v1.35
53+
- image: ghcr.io/kyverno/test-busybox:1.35
5454
name: busybox
5555
command:
5656
- "sleep"
@@ -65,7 +65,7 @@ spec:
6565
template:
6666
spec:
6767
containers:
68-
- image: busybox:v1.35
68+
- image: ghcr.io/kyverno/test-busybox:1.35
6969
name: busybox
7070
command:
7171
- "sleep"
@@ -90,7 +90,7 @@ spec:
9090
app: busybox
9191
spec:
9292
containers:
93-
- image: busybox:v1.35
93+
- image: ghcr.io/kyverno/test-busybox:1.35
9494
name: busybox
9595
command:
9696
- "sleep"

best-practices-cel/disallow-default-namespace/.chainsaw-test/job-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
template:
88
spec:
99
containers:
10-
- image: busybox:v1.35
10+
- image: ghcr.io/kyverno/test-busybox:1.35
1111
name: busybox
1212
command:
1313
- "sleep"

best-practices-cel/disallow-default-namespace/.chainsaw-test/ss-default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: busybox
1717
spec:
1818
containers:
19-
- image: busybox:v1.35
19+
- image: ghcr.io/kyverno/test-busybox:1.35
2020
name: busybox
2121
command:
2222
- "sleep"

best-practices-cel/disallow-helm-tiller/.chainsaw-test/bad-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
app: busybox
1616
spec:
1717
containers:
18-
- image: busybox
18+
- image: ghcr.io/kyverno/test-busybox
1919
name: busybox
2020
- image: docker.io/tiller:latest
2121
name: helm-tiller

best-practices-cel/disallow-helm-tiller/.chainsaw-test/bad-pod-fail-first.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
77
- name: helm-tiller
88
image: docker.io/tiller:latest
99
- name: somebox
10-
image: busybox:1.35
10+
image: ghcr.io/kyverno/test-busybox:1.35
1111

best-practices-cel/disallow-helm-tiller/.chainsaw-test/bad-pod-success-first.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: somebox
8-
image: busybox:1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
- name: helm-tiller
1010
image: docker.io/tiller:latest
1111

best-practices-cel/disallow-helm-tiller/.chainsaw-test/good-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
app: busybox
1616
spec:
1717
containers:
18-
- image: busybox:v1.35
18+
- image: ghcr.io/kyverno/test-busybox:1.35
1919
name: busybox
2020
command: ["sleep", "3600"]
2121

best-practices-cel/disallow-helm-tiller/.chainsaw-test/good-pod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: busybox
8-
image: busybox:v1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
- name: nothelmbox
10-
image: busybox:v1.35
10+
image: ghcr.io/kyverno/test-busybox:1.35
1111

best-practices-cel/disallow-latest-tag/.chainsaw-test/bad-pod-latest-fail-first.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: busybox
8-
image: busybox:latest
8+
image: ghcr.io/kyverno/test-busybox:latest
99
- name: nginx
10-
image: nginx:1.35
10+
image: ghcr.io/kyverno/test-nginx:1.35
1111

best-practices-cel/disallow-latest-tag/.chainsaw-test/bad-pod-latest-success-first.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: nginx
8-
image: nginx:1.35
8+
image: ghcr.io/kyverno/test-nginx:1.35
99
- name: busybox
10-
image: busybox:latest
10+
image: ghcr.io/kyverno/test-busybox:latest
1111

best-practices-cel/disallow-latest-tag/.chainsaw-test/bad-pod-no-tag.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
spec:
66
containers:
77
- name: busybox
8-
image: busybox
8+
image: ghcr.io/kyverno/test-busybox
99
- name: nginx
10-
image: nginx:1.35
10+
image: ghcr.io/kyverno/test-nginx:1.35
1111
---
1212
apiVersion: v1
1313
kind: Pod
@@ -16,9 +16,9 @@ metadata:
1616
spec:
1717
containers:
1818
- name: nginx
19-
image: nginx:1.35
19+
image: ghcr.io/kyverno/test-nginx:1.35
2020
- name: busybox
21-
image: busybox
21+
image: ghcr.io/kyverno/test-busybox
2222
---
2323
apiVersion: v1
2424
kind: Pod
@@ -27,7 +27,7 @@ metadata:
2727
spec:
2828
containers:
2929
- name: busybox
30-
image: busybox
30+
image: ghcr.io/kyverno/test-busybox
3131
- name: nginx
32-
image: nginx:latest
32+
image: ghcr.io/kyverno/test-nginx:latest
3333

best-practices-cel/disallow-latest-tag/.chainsaw-test/good-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ metadata:
55
spec:
66
containers:
77
- name: busybox
8-
image: busybox:v1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99

best-practices-cel/require-drop-all/.chainsaw-test/bad-pod-containers.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ metadata:
55
spec:
66
initContainers:
77
- name: init
8-
image: busybox:1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
securityContext:
1010
capabilities:
1111
add: ["SYS_TIME"]
1212
drop:
1313
- ALL
1414
- name: init2
15-
image: busybox:1.35
15+
image: ghcr.io/kyverno/test-busybox:1.35
1616
securityContext:
1717
capabilities:
1818
add: ["SYS_TIME"]
1919
drop:
2020
- ALL
2121
containers:
2222
- name: add-capabilities
23-
image: busybox:1.35
23+
image: ghcr.io/kyverno/test-busybox:1.35
2424
securityContext:
2525
capabilities:
2626
add: ["SYS_TIME"]
2727
drop:
2828
- ALL
2929
- name: add-capabilities-again
30-
image: busybox:1.35
30+
image: ghcr.io/kyverno/test-busybox:1.35
3131
---
3232
apiVersion: v1
3333
kind: Pod
@@ -36,24 +36,24 @@ metadata:
3636
spec:
3737
initContainers:
3838
- name: init
39-
image: busybox:1.35
39+
image: ghcr.io/kyverno/test-busybox:1.35
4040
securityContext:
4141
capabilities:
4242
add: ["SYS_TIME"]
4343
drop:
4444
- ALL
4545
- name: init2
46-
image: busybox:1.35
46+
image: ghcr.io/kyverno/test-busybox:1.35
4747
securityContext:
4848
capabilities:
4949
add: ["SYS_TIME"]
5050
drop:
5151
- ALL
5252
containers:
5353
- name: add-capabilities-again
54-
image: busybox:1.35
54+
image: ghcr.io/kyverno/test-busybox:1.35
5555
- name: add-capabilities
56-
image: busybox:1.35
56+
image: ghcr.io/kyverno/test-busybox:1.35
5757
securityContext:
5858
capabilities:
5959
add: ["SYS_TIME"]

best-practices-cel/require-drop-all/.chainsaw-test/bad-pod-corner.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ metadata:
55
spec:
66
containers:
77
- name: add-capabilities
8-
image: busybox:1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
securityContext:
1010
capabilities:
1111
add: ["SYS_TIME"]
1212
drop:
1313
- ALL
1414
- name: add-capabilities-again
15-
image: busybox:1.35
15+
image: ghcr.io/kyverno/test-busybox:1.35
1616
securityContext:
1717
capabilities:
1818
add: ["SYS_TIME"]
@@ -26,12 +26,12 @@ metadata:
2626
spec:
2727
containers:
2828
- name: add-capabilities
29-
image: busybox:1.35
29+
image: ghcr.io/kyverno/test-busybox:1.35
3030
securityContext:
3131
capabilities:
3232
add: ["SYS_TIME"]
3333
- name: add-capabilities-again
34-
image: busybox:1.35
34+
image: ghcr.io/kyverno/test-busybox:1.35
3535
securityContext:
3636
capabilities:
3737
add: ["SYS_TIME"]
@@ -45,11 +45,11 @@ metadata:
4545
spec:
4646
containers:
4747
- name: init
48-
image: busybox:1.35
48+
image: ghcr.io/kyverno/test-busybox:1.35
4949
securityContext:
5050
capabilities:
5151
drop:
5252
- ALL
5353
- name: init-again
54-
image: busybox:1.35
54+
image: ghcr.io/kyverno/test-busybox:1.35
5555

best-practices-cel/require-drop-all/.chainsaw-test/bad-pod-initcontainers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ metadata:
55
spec:
66
initContainers:
77
- name: init
8-
image: busybox:1.35
8+
image: ghcr.io/kyverno/test-busybox:1.35
99
securityContext:
1010
capabilities:
1111
add: ["SYS_TIME"]
1212
drop:
1313
- ALL
1414
- name: init2
15-
image: busybox:1.35
15+
image: ghcr.io/kyverno/test-busybox:1.35
1616
containers:
1717
- name: add-capabilities
18-
image: busybox:1.35
18+
image: ghcr.io/kyverno/test-busybox:1.35
1919
securityContext:
2020
capabilities:
2121
add: ["SYS_TIME"]
@@ -29,17 +29,17 @@ metadata:
2929
spec:
3030
initContainers:
3131
- name: init
32-
image: busybox:1.35
32+
image: ghcr.io/kyverno/test-busybox:1.35
3333
- name: init2
34-
image: busybox:1.35
34+
image: ghcr.io/kyverno/test-busybox:1.35
3535
securityContext:
3636
capabilities:
3737
add: ["SYS_TIME"]
3838
drop:
3939
- ALL
4040
containers:
4141
- name: add-capabilities
42-
image: busybox:1.35
42+
image: ghcr.io/kyverno/test-busybox:1.35
4343
securityContext:
4444
capabilities:
4545
add: ["SYS_TIME"]

0 commit comments

Comments
 (0)