Skip to content

Commit

Permalink
use ubi instead of ubi-minimal
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Jul 4, 2024
1 parent 8f28090 commit 0a21695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func getPod(nodeName string) *corev1.Pod {
Containers: []corev1.Container{
{
Name: "test",
Image: "registry.access.redhat.com/ubi8/ubi-minimal",
Image: "registry.access.redhat.com/ubi8/ubi:latest",
SecurityContext: &corev1.SecurityContext{
Privileged: pointer.Bool(true),
},
Expand Down

0 comments on commit 0a21695

Please sign in to comment.