File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9@sha256:2b9885962d0c94db92e5216011ecfe47d5b38195bb17cf58a39bfaec0f933574 as builder
1+ FROM registry.redhat.io/ubi9@sha256:9713f49d9353d18d7155afa46e5a56c581b743317484dcd5791d764e7d7af1db as builder
22
33USER root
44
@@ -8,7 +8,7 @@ RUN mkdir /tmp/tuftool
88COPY . /tmp/tuftool
99RUN cd /tmp/tuftool && cargo build --release
1010
11- FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586 as deploy
11+ FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:7fc5d8fcc2e047093bd053c070e838eed557cbc732d2fe6926267e441a008470 as deploy
1212
1313COPY --from=builder /tmp/tuftool/target/release/tuftool /usr/bin/
1414
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9@sha256:2b9885962d0c94db92e5216011ecfe47d5b38195bb17cf58a39bfaec0f933574 as builder
1+ FROM registry.redhat.io/ubi9@sha256:9713f49d9353d18d7155afa46e5a56c581b743317484dcd5791d764e7d7af1db as builder
22
33USER root
44
@@ -8,7 +8,7 @@ RUN mkdir /tmp/tuftool
88COPY . /tmp/tuftool
99RUN cd /tmp/tuftool && cargo build --release
1010
11- FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586 as deploy
11+ FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:7fc5d8fcc2e047093bd053c070e838eed557cbc732d2fe6926267e441a008470 as deploy
1212
1313COPY --from=builder /tmp/tuftool/target/release/tuftool /usr/bin/
1414
You can’t perform that action at this time.
0 commit comments