Skip to content

Commit

Permalink
Merge pull request #829 from valerymo/MGDAPI-6423
Browse files Browse the repository at this point in the history
MGDAPI-6423 - fix imageExists.sh
  • Loading branch information
openshift-merge-bot[bot] authored Aug 21, 2024
2 parents 277dda7 + 4bcd564 commit bce8662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/imageExists.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
CONTAINER_ENGINE ?= podman

CONTAINER_ENGINE="${CONTAINER_ENGINE:-podman}"

if ${CONTAINER_ENGINE} pull ${IMAGE_TO_SCAN} > /dev/null; then
echo "already exist"
Expand Down

0 comments on commit bce8662

Please sign in to comment.