Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 62e325c

Browse files
committed
revert: go back to ubi9
1 parent 53964ae commit 62e325c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: generate_matrix
5353
timeout-minutes: 30
5454
container:
55-
image: quay.io/centos/centos:stream10
55+
image: redhat/ubi9:latest
5656
options: --privileged
5757
strategy:
5858
fail-fast: false
@@ -68,8 +68,7 @@ jobs:
6868
dnf install -y \
6969
git \
7070
podman \
71-
skopeo \
72-
which
71+
skopeo
7372
7473
# Rechunk requires sudo, so we need to create a dummy sudo
7574
echo -e "#!/bin/bash\nexec \"\$@\"" > /usr/bin/sudo

0 commit comments

Comments
 (0)