Skip to content

Commit

Permalink
revert: go back to ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jan 6, 2025
1 parent 53964ae commit 62e325c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
needs: generate_matrix
timeout-minutes: 30
container:
image: quay.io/centos/centos:stream10
image: redhat/ubi9:latest
options: --privileged
strategy:
fail-fast: false
Expand All @@ -68,8 +68,7 @@ jobs:
dnf install -y \
git \
podman \
skopeo \
which
skopeo
# Rechunk requires sudo, so we need to create a dummy sudo
echo -e "#!/bin/bash\nexec \"\$@\"" > /usr/bin/sudo
Expand Down

0 comments on commit 62e325c

Please sign in to comment.