Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.10-896 to 8.10-896.1717584414 in /build (#…
Browse files Browse the repository at this point in the history
…328)

Bumps ubi8/ubi-minimal from 8.10-896 to 8.10-896.1717584414.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 11592ac commit 0d9fb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /workdir
WORKDIR /workdir
RUN make

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414

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-896
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414

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

0 comments on commit 0d9fb11

Please sign in to comment.