Skip to content

Commit 0fe2276

Browse files
mandeepsplahajslobodzian
authored andcommitted
Mandeepsplaha/fix container build failures (#10151)
1 parent 205d084 commit 0fe2276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/containerSourceData/scripts/BuildGoldenDistrolessContainer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function create_distroless_container {
5353
echo "Distroless Packages to install -> $DISTROLESS_PACKAGES_TO_INSTALL"
5454
echo "Distroless Packages to hold back -> $DISTROLESS_PACKAGES_TO_HOLD_BACK"
5555

56-
DISTROLESS_GOLDEN_IMAGE_NAME=${GOLDEN_IMAGE_NAME//base/distroless}
56+
DISTROLESS_GOLDEN_IMAGE_NAME=${CONTAINER_IMAGE_NAME//base/distroless}
5757
standardContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"
5858
debugContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-debug-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"
5959
nonrootContainerName="$DISTROLESS_GOLDEN_IMAGE_NAME:$COMPONENT_VERSION-nonroot-$DISTRO_IDENTIFIER$BASE_IMAGE_TAG"

0 commit comments

Comments
 (0)