Skip to content

Commit 7044dbc

Browse files
authored
Merge pull request #2960 from cyberark/skip-flattening-rh-image
Fix promotions
2 parents 0d04644 + 6bcc8e5 commit 7044dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@ fi
8989
if image_doesnt_exist "conjur-ubi:$TAG"; then
9090
echo "Building image conjur-ubi:$TAG container"
9191
docker build --pull --build-arg "VERSION=$TAG" --tag "conjur-ubi:$TAG" --file Dockerfile.ubi .
92-
flatten "conjur-ubi:$TAG"
92+
# Avoid flattening RH image for now, otherwise it fails to pass RH's preflight scan
93+
# flatten "conjur-ubi:$TAG"
9394
fi

0 commit comments

Comments
 (0)