File tree Expand file tree Collapse file tree 2 files changed +963
-963
lines changed
Expand file tree Collapse file tree 2 files changed +963
-963
lines changed 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:a444712276a635c9312d83a4ff7c6ee7f2ce08eeb5bd9ca291b5fdba257a5e63 AS builder
5+ FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:00da037bbdbacdeb2bd15c4e8f4a4a89b56063757f14c52ef6e68766831acd7b 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:a670c5b613280e17a666c858c9263a50aafe1a023a8d5730c7a83cb53771487b
82+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:0242c82019281bfb1a078db61b3710251af550cc7bc98aa34a9a3211dba3d4d8
8383
8484RUN microdnf -y install --nobest \
8585 tbb \
You can’t perform that action at this time.
0 commit comments