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

Bump ubi8/ubi-minimal from 8.10-1179.1739286367 to 8.10-1179.1741863533 #2265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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-1179.1739286367 AS standard
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1179.1741863533 AS standard

RUN microdnf install shadow-utils

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

RUN make binary

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

ENV KUBECTL_VERSION=v1.28.1