Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v8.10-1130

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 9, 2024
1 parent 772734e commit 2452f41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
--mount=type=cache,target=/go/.cache/ \
make fleet-manager fleetshard-sync GOOS=linux GOARCH=${TARGETARCH}

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS standard

RUN microdnf install shadow-utils

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . ./

RUN make binary

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 as standard

ENV KUBECTL_VERSION=v1.28.1

Expand Down
2 changes: 1 addition & 1 deletion dp-terraform/helm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS build
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS build
ENV HOME=/opt/helm
COPY rhacs-terraform ${HOME}/rhacs-terraform
WORKDIR ${HOME}
Expand Down
2 changes: 1 addition & 1 deletion emailsender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . ./

RUN make emailsender

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 as standard

RUN microdnf install shadow-utils

Expand Down
2 changes: 1 addition & 1 deletion probe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./

RUN make probe

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 as standard

RUN microdnf install shadow-utils

Expand Down

0 comments on commit 2452f41

Please sign in to comment.