File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/deployment/docker Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM mysql:9.6@sha256:6b18d01fb632c0f568ace1cc1ebffb42d1d21bc1de86f6d3e8b7eb18278444d9
1+ FROM mysql:9.6@sha256:932fe8fbc04c1488a38f8cab0f30cdac8d7753bded3df1762475a8001a323bc4
22
33
44# TODO(roger2hk): Uncomment the below OS-level packages patch command as this is a temporary workaround to bypass the mysql8 gpg key rotation issue.
Original file line number Diff line number Diff line change 1- FROM postgres:17.7@sha256:7352e0c4d62bbac8aa69d95e40220a60967c4a19f9c4f65b4d118175f7ce9e3b
1+ FROM postgres:17.7@sha256:2167ad9c70a2b1072fed967ee8bc8f397b6a2d705f7c0afc6a477a7791ef8749
22
33# expects the build context to be: $GOPATH/src/github.com/google/trillian
44COPY storage/postgresql/schema/storage.sql /docker-entrypoint-initdb.d/storage.sql
Original file line number Diff line number Diff line change 1- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
1+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
22
33RUN apk add --no-cache gettext
44
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_server
1818RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
1919
2020# Make a minimal image.
21- FROM gcr.io/distroless/base-debian12@sha256:0c70ab46409b94a96f4e98e32e7333050581e75f7038de2877a4bfc146dfc7ce
21+ FROM gcr.io/distroless/base-debian12@sha256:347a41e7f263ea7f7aba1735e5e5b1439d9e41a9f09179229f8c13ea98ae94cf
2222
2323COPY --from=build /go/bin/trillian_log_server /
2424COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_signer
1818RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
1919
2020# Make a minimal image.
21- FROM gcr.io/distroless/base-debian12@sha256:0c70ab46409b94a96f4e98e32e7333050581e75f7038de2877a4bfc146dfc7ce
21+ FROM gcr.io/distroless/base-debian12@sha256:347a41e7f263ea7f7aba1735e5e5b1439d9e41a9f09179229f8c13ea98ae94cf
2222
2323COPY --from=build /go/bin/trillian_log_signer /
2424COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
You can’t perform that action at this time.
0 commit comments