Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE #1505

Merged
merged 3 commits into from
Jun 27, 2024
Merged

RELEASE #1505

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ignore:
- '*':
reason: >-
Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727
expires: 2024-06-16T12:00:00.000Z
expires: 2024-07-19T12:00:00.000Z
created: 2024-05-16T12:00:00.000Z
SNYK-JS-MICROMATCH-6838728:
- '*':
reason: >-
Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
expires: 2024-06-16T12:00:00.000Z
expires: 2024-07-19T12:00:00.000Z
created: 2024-05-16T12:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ RUN npm run build
#---------------------------------------------------------------------
# STAGE 2: Install containers-common to obtain configuration files
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3 AS containers-common
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4 AS containers-common

RUN dnf install -y containers-common

#---------------------------------------------------------------------
# STAGE 3: Build the kubernetes-monitor final image
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4

ARG NODE_18_LATEST_VERSION
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
Expand Down
Loading
Loading