Skip to content

Commit 505c97a

Browse files
committed
cnf-tests: update container base image from centos to ubi8
1 parent ec2c888 commit 505c97a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cnf-tests/GATEKEEPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ metadata:
8080
spec:
8181
containers:
8282
- name: main
83-
image: centos
83+
image: ubi8
8484
command: ["/bin/bash", "-c", "sleep INF"]
8585
EOF
8686
```
@@ -107,7 +107,7 @@ spec:
107107
operator: Exists
108108
containers:
109109
- name: main
110-
image: centos
110+
image: ubi8
111111
command: ["/bin/bash", "-c", "sleep INF"]
112112
EOF
113113
```
@@ -134,7 +134,7 @@ spec:
134134
- operator: "Exists"
135135
containers:
136136
- name: podexample
137-
image: centos
137+
image: ubi8
138138
command: ["/bin/bash", "-c", "sleep INF"]
139139
EOF
140140
```

0 commit comments

Comments
 (0)