File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BUILD_DIR=/build
22ARG CMAKE_BUILD_DIR=${BUILD_DIR}/cmake-build
33
44
5- FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:034885f6a649b578f906a262df8f5d6e34e8d4266cca1d39fddc37fe7e30af5b AS builder
5+ FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:8e573e1d76ff27f9e1219b33c114e48b0f7b86f2e6858cd8861e84431c7416e4 AS builder
66
77RUN dnf -y install --nobest --allowerasing \
88 make \
@@ -79,7 +79,7 @@ RUN ctest --no-tests=error -V --test-dir "${CMAKE_BUILD_DIR}"
7979RUN strip -v --strip-unneeded "${CMAKE_BUILD_DIR}/collector/collector"
8080
8181
82- FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:5d76d0cedabd7d7893b28bec684d7a3412dd8d95d186e7d4b6eeed4ea28c327b
82+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:12b7acca2baea46b0c9322b57ef1b6cb2bf35b6be0384f690feea75af9bcf77c
8383
8484RUN microdnf -y install --nobest \
8585 tbb \
You can’t perform that action at this time.
0 commit comments