We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d04644 + 6bcc8e5 commit 7044dbcCopy full SHA for 7044dbc
build.sh
@@ -89,5 +89,6 @@ fi
89
if image_doesnt_exist "conjur-ubi:$TAG"; then
90
echo "Building image conjur-ubi:$TAG container"
91
docker build --pull --build-arg "VERSION=$TAG" --tag "conjur-ubi:$TAG" --file Dockerfile.ubi .
92
- flatten "conjur-ubi:$TAG"
+ # Avoid flattening RH image for now, otherwise it fails to pass RH's preflight scan
93
+ # flatten "conjur-ubi:$TAG"
94
fi
0 commit comments