File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN go mod download && \
22
22
gzip createtree-windows-amd64.exe
23
23
24
24
# Multi-Stage production build
25
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0 AS deploy
25
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
26
26
27
27
# Retrieve the binary from the previous stage
28
28
COPY --from=build-env /opt/app-root/src/createtree /
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/
15
15
RUN go build -v ./cmd/trillian_log_server
16
16
17
17
# Multi-Stage production build
18
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0 AS deploy
18
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
19
19
20
20
# Retrieve the binary from the previous stage
21
21
COPY --from=builder /opt/app-root/src/trillian_log_server /
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/
15
15
RUN go build -v ./cmd/trillian_log_signer
16
16
17
17
# Multi-Stage production build
18
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0 AS deploy
18
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
19
19
20
20
# Retrieve the binary from the previous stage
21
21
COPY --from=builder /opt/app-root/src/trillian_log_signer /
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0
1
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9
2
2
3
3
LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
4
4
LABEL io.k8s.description="netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN go mod download && \
23
23
24
24
25
25
# Multi-Stage production build
26
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0 AS deploy
26
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:86c6e45fcf6b6e74ff219967bbecaebe4376074d2f347fe8068b035812a0adf9 AS deploy
27
27
28
28
# Retrieve the binary from the previous stage
29
29
COPY --from=build-env /opt/app-root/src/updatetree /
You can’t perform that action at this time.
0 commit comments