Skip to content

Commit b61eaed

Browse files
authored
Merge pull request #1531 from devfile/fixbuildingolmimages
fix: build_index_image.sh
2 parents d26314e + 0dc75fc commit b61eaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/scripts/build_index_image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ fi
169169
# Get bundle digest using appropriate tool
170170
if [ "$PODMAN" = "docker" ]; then
171171
# Use Docker to get the digest
172+
docker pull "${BUNDLE_IMAGE}"
172173
DOCKER_DIGEST=$(docker inspect "${BUNDLE_IMAGE}" --format '{{index .RepoDigests 0}}')
173174
BUNDLE_SHA=$(echo "$DOCKER_DIGEST" | cut -d'@' -f2)
174175
else

0 commit comments

Comments
 (0)