File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:b3b98e0b21ddbb979d968ca319b8eebdca121e30d58994072cbf99ce86e5d24e AS build-env
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS builder
1+ FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:b3b98e0b21ddbb979d968ca319b8eebdca121e30d58994072cbf99ce86e5d24e AS builder
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS builder
1+ FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:b3b98e0b21ddbb979d968ca319b8eebdca121e30d58994072cbf99ce86e5d24e AS builder
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:799cc027d5ad58cdc156b65286eb6389993ec14c496cf748c09834b7251e78dc AS build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:b3b98e0b21ddbb979d968ca319b8eebdca121e30d58994072cbf99ce86e5d24e AS build-env
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
Original file line number Diff line number Diff line change 1- FROM mysql:9.6@sha256:6b18d01fb632c0f568ace1cc1ebffb42d1d21bc1de86f6d3e8b7eb18278444d9
1+ FROM mysql:9.6@sha256:e5dc14f6e01c3e577e669337d2855c6d1561b30d8ef2c592e63e4e8a9a52650a
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.9 @sha256:2cd82735a36356842d5eb1ef80db3ae8f1154172f0f653db48fde079b2a0b7f7
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:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
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:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
2222
2323COPY --from=build /go/bin/trillian_log_signer /
2424COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM ubuntu:noble@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b
16+ FROM ubuntu:noble@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9
1717
1818# Patch the OS-level packages and remove unneeded dependencies.
1919RUN apt-get update \
You can’t perform that action at this time.
0 commit comments