We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a15c commit 18dd28eCopy full SHA for 18dd28e
1 file changed
hack/ci/runner.sh
@@ -158,6 +158,12 @@ run_image_skopeo() {
158
159
git clone -b "$SKOPEO_CI_BRANCH" https://github.com/containers/skopeo.git "$SKOPEO_PATH"
160
cd "$SKOPEO_PATH"
161
+
162
+ # HACK: patch skopeo with a later test fix
163
+ git config --global user.email "container-libs@podman.io"
164
+ git config --global user.name "container-libs ci"
165
+ curl --fail https://github.com/podman-container-tools/skopeo/commit/726479d948b471ad445a6aeff183b38b806bbc87.patch | git am -
166
167
go mod edit -replace "go.podman.io/storage=$GOSRC/storage"
168
go mod edit -replace "go.podman.io/image/v5=$GOSRC/image"
169
go mod edit -replace "go.podman.io/common=$GOSRC/common"
0 commit comments