Skip to content

Commit

Permalink
Mandeepsplaha/fix container build failures (#10151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepsplaha authored and jslobodzian committed Aug 15, 2024
1 parent 205d084 commit 0fe2276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function create_distroless_container {
echo "Distroless Packages to install -> $DISTROLESS_PACKAGES_TO_INSTALL"
echo "Distroless Packages to hold back -> $DISTROLESS_PACKAGES_TO_HOLD_BACK"

DISTROLESS_GOLDEN_IMAGE_NAME=${GOLDEN_IMAGE_NAME//base/distroless}
DISTROLESS_GOLDEN_IMAGE_NAME=${CONTAINER_IMAGE_NAME//base/distroless}
standardContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"
debugContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-debug-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"
nonrootContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-nonroot-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"
Expand Down

0 comments on commit 0fe2276

Please sign in to comment.