Skip to content

Commit 49725f0

Browse files
authored
Merge pull request #1492 from snyk/feat/bump-ubi93
feat: bump to ubi 9.3
2 parents f13da51 + 702a55a commit 49725f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile.ubi9

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ RUN npm run build
2828
#---------------------------------------------------------------------
2929
# STAGE 2: Install containers-common to obtain configuration files
3030
#---------------------------------------------------------------------
31-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.2 AS containers-common
31+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3 AS containers-common
3232

3333
RUN dnf install -y containers-common
3434

3535
#---------------------------------------------------------------------
3636
# STAGE 3: Build the kubernetes-monitor final image
3737
#---------------------------------------------------------------------
38-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.2
38+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3
3939

4040
ARG NODE_18_LATEST_VERSION
4141
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
@@ -51,10 +51,10 @@ ARG ECR_CREDENTIAL_HELPER_BINARY_FILE_SHASUM256=a82cc3ed2cf959616212e3c3c3893dda
5151
ARG ACR_CREDENTIAL_HELPER_BINARY_SHASUM256=598bbd4ad2741ae2e68ac55e938a4542e71952e418e6278a74baf6213ef8ce76
5252

5353
LABEL name="Snyk Controller" \
54-
maintainer="[email protected]" \
55-
vendor="Snyk Ltd" \
56-
summary="Snyk integration for Kubernetes" \
57-
description="Snyk Controller enables you to import and test your running workloads and identify vulnerabilities in their associated images and configurations that might make those workloads less secure."
54+
maintainer="[email protected]" \
55+
vendor="Snyk Ltd" \
56+
summary="Snyk integration for Kubernetes" \
57+
description="Snyk Controller enables you to import and test your running workloads and identify vulnerabilities in their associated images and configurations that might make those workloads less secure."
5858

5959
COPY LICENSE /licenses/LICENSE
6060

@@ -91,7 +91,7 @@ RUN echo "${ACR_CREDENTIAL_HELPER_BINARY_SHASUM256} /usr/local/bin/docker-creden
9191
# Install gcloud
9292
RUN curl -sSfL https://sdk.cloud.google.com | bash -s -- --disable-prompts --install-dir=/ && \
9393
rm -f /google-cloud-sdk/bin/anthoscli && \
94-
rm -rf /google-cloud-sdk/platform
94+
rm -rf /google-cloud-sdk/platform
9595
ENV PATH=/google-cloud-sdk/bin:$PATH
9696

9797
# Install node

0 commit comments

Comments
 (0)