Skip to content

Commit 3e4ded9

Browse files
committed
Update hack/update_catalog.sh to fix permission issue
Signed-off-by: chiragkyal <[email protected]>
1 parent c91ae2d commit 3e4ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update_catalog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ verify_bundle_image()
4848
fi
4949

5050
log_info "inspecting ${OPERATOR_BUNDLE_IMAGE} bundle image"
51-
media_type="$(podman run -e REGISTRY_AUTH_FILE="/tmp/auth.json" --rm -v "${auth_file}:/tmp/auth.json" \
51+
media_type="$(podman run -e REGISTRY_AUTH_FILE="/tmp/auth.json" --rm -v "${auth_file}:/tmp/auth.json:z" \
5252
quay.io/skopeo/stable:latest inspect --raw docker://"${OPERATOR_BUNDLE_IMAGE}" | jq -r .mediaType)"
5353

5454
case $media_type in

0 commit comments

Comments
 (0)