Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cnf-tests/GATEKEEPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ metadata:
spec:
containers:
- name: main
image: centos
image: ubi8
command: ["/bin/bash", "-c", "sleep INF"]
EOF
```
Expand All @@ -107,7 +107,7 @@ spec:
operator: Exists
containers:
- name: main
image: centos
image: ubi8
command: ["/bin/bash", "-c", "sleep INF"]
EOF
```
Expand All @@ -134,7 +134,7 @@ spec:
- operator: "Exists"
containers:
- name: podexample
image: centos
image: ubi8
command: ["/bin/bash", "-c", "sleep INF"]
EOF
```
Expand Down
2 changes: 1 addition & 1 deletion tools/s2i-dpdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream9
FROM registry.access.redhat.com/ubi9/ubi:latest

LABEL maintainer="Sebastian Scheinkman <sebassch@gmail.com>"
LABEL io.openshift.s2i.scripts-url="image:///usr/libexec/s2i"
Expand Down