Skip to content

Commit

Permalink
Dockerfiles: freeze ubi at registry.access.redhat.com/ubi9/ubi@sha256…
Browse files Browse the repository at this point in the history
…:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed May 1, 2024
1 parent e01cf73 commit 9e7406e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG NVMEOF_SPDK_VERSION \

#------------------------------------------------------------------------------
# Base image for NVMEOF_TARGET=cli (nvmeof-cli)
FROM registry.access.redhat.com/ubi9/ubi AS base-cli
FROM registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 AS base-cli
ENV GRPC_DNS_RESOLVER=native
ENTRYPOINT ["python3", "-m", "control.cli"]
CMD []
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.spdk
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ RUN \
RUN make -C ./examples/bdev/bdevperf

#------------------------------------------------------------------------------
FROM registry.access.redhat.com/ubi9/ubi AS rpm-export
FROM registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 AS rpm-export
COPY --from=build /root/rpmbuild/rpm /rpm

#------------------------------------------------------------------------------
FROM registry.access.redhat.com/ubi9/ubi as spdk
FROM registry.access.redhat.com/ubi9/ubi@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 as spdk

ARG SPDK_CEPH_VERSION \
SPDK_VERSION \
Expand Down

0 comments on commit 9e7406e

Please sign in to comment.