File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY . /workdir
5
5
WORKDIR /workdir
6
6
RUN make
7
7
8
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
8
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
9
9
10
10
ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
11
11
USER_UID=1001 \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
4
4
RUN initializer --permissive
5
5
6
6
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
7
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
8
8
9
9
COPY --from=builder /bin/registry-server /bin/registry-server
10
10
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
You can’t perform that action at this time.
0 commit comments