Skip to content

Commit

Permalink
Merge pull request #2960 from cyberark/skip-flattening-rh-image
Browse files Browse the repository at this point in the history
Fix promotions
  • Loading branch information
gl-johnson authored Sep 22, 2023
2 parents 0d04644 + 6bcc8e5 commit 7044dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ fi
if image_doesnt_exist "conjur-ubi:$TAG"; then
echo "Building image conjur-ubi:$TAG container"
docker build --pull --build-arg "VERSION=$TAG" --tag "conjur-ubi:$TAG" --file Dockerfile.ubi .
flatten "conjur-ubi:$TAG"
# Avoid flattening RH image for now, otherwise it fails to pass RH's preflight scan
# flatten "conjur-ubi:$TAG"
fi

0 comments on commit 7044dbc

Please sign in to comment.