Skip to content

Commit afce5d4

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker digest to 8b314e2 (#348)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2c82fab commit afce5d4

5 files changed

+5
-5
lines changed

Dockerfile.createtree.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN go mod download && \
2222
gzip createtree-windows-amd64.exe
2323

2424
# Multi-Stage production build
25-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
25+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b AS deploy
2626

2727
# Retrieve the binary from the previous stage
2828
COPY --from=build-env /opt/app-root/src/createtree /

Dockerfile.logserver.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/
1515
RUN go build -v ./cmd/trillian_log_server
1616

1717
# Multi-Stage production build
18-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
18+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b AS deploy
1919

2020
# Retrieve the binary from the previous stage
2121
COPY --from=builder /opt/app-root/src/trillian_log_server /

Dockerfile.logsigner.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/
1515
RUN go build -v ./cmd/trillian_log_signer
1616

1717
# Multi-Stage production build
18-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
18+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b AS deploy
1919

2020
# Retrieve the binary from the previous stage
2121
COPY --from=builder /opt/app-root/src/trillian_log_signer /

Dockerfile.netcat.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b
22

33
LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
44
LABEL io.k8s.description="netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."

Dockerfile.updatetree.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN go mod download && \
2323

2424

2525
# Multi-Stage production build
26-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
26+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b AS deploy
2727

2828
# Retrieve the binary from the previous stage
2929
COPY --from=build-env /opt/app-root/src/updatetree /

0 commit comments

Comments
 (0)