There was an error while loading. Please reload this page.
1 parent 53964ae commit 62e325cCopy full SHA for 62e325c
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
needs: generate_matrix
53
timeout-minutes: 30
54
container:
55
- image: quay.io/centos/centos:stream10
+ image: redhat/ubi9:latest
56
options: --privileged
57
strategy:
58
fail-fast: false
@@ -68,8 +68,7 @@ jobs:
68
dnf install -y \
69
git \
70
podman \
71
- skopeo \
72
- which
+ skopeo
73
74
# Rechunk requires sudo, so we need to create a dummy sudo
75
echo -e "#!/bin/bash\nexec \"\$@\"" > /usr/bin/sudo
0 commit comments