Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.5-1738643550
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 6, 2025
1 parent 09e656b commit 218d2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN USER=netobserv VERSION=main make oc-commands
RUN mkdir -p output

# Create final image from ubi + built binary and command
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1736404036
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1738643550
WORKDIR /

COPY --from=builder /opt/app-root/build .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN USER=netobserv VERSION=main IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IMAGE" make o
RUN mkdir -p output

# Create final image from ubi + built binary and command
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1736404036
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1738643550
WORKDIR /

COPY --from=builder /opt/app-root/build .
Expand Down

0 comments on commit 218d2a0

Please sign in to comment.