Skip to content

Commit

Permalink
Avoid flattening conjur-ubi image
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Sep 21, 2023
1 parent 0d04644 commit 6bcc8e5
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 6bcc8e5

Please sign in to comment.