Skip to content

Bump ubi8/ubi-minimal from 8.10-1295 to 8.10-1295.1749680713 in /build #528

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV FIPS_ENABLED=1
RUN make go-build

# This image has to match RHEL version from the CI or will cause some side-effects on glibc (and possibly others)
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713.1749680713

ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
USER_UID=1001 \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.olm-registry
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
RUN initializer --permissive

# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295.1749680713.1749680713

COPY --from=builder /bin/registry-server /bin/registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Expand Down