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/go-toolset:9.8-1779959429 @sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5 AS build-env
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
@@ -23,7 +23,7 @@ RUN go mod download && \
2323 gzip createtree-windows-amd64.exe
2424
2525# Multi-Stage production build
26- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362 AS deploy
26+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS deploy
2727
2828# Retrieve the binary from the previous stage
2929COPY --from=build-env /opt/app-root/src/createtree /
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/rhel9/mariadb-105@sha256:426834701878341f9b65fc914928a60a76a390d7e1031932242a5f1c99fae34b
1+ FROM registry.redhat.io/rhel9/mariadb-105@sha256:451583e8509429468577283407a33e29411f56e343f7381f7d722f8488de0fe9
22
33USER root
44
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.8-1779959429 @sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS builder
1+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5 AS builder
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
@@ -16,7 +16,7 @@ ADD ./ $APP_ROOT/src/
1616RUN go build -mod=mod -v ./cmd/trillian_log_server
1717
1818# Multi-Stage production build
19- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362 AS deploy
19+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS deploy
2020
2121# Retrieve the binary from the previous stage
2222COPY --from=builder /opt/app-root/src/trillian_log_server /
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.8-1779959429 @sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS builder
1+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5 AS builder
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
@@ -16,7 +16,7 @@ ADD ./ $APP_ROOT/src/
1616RUN go build -mod=mod -v ./cmd/trillian_log_signer
1717
1818# Multi-Stage production build
19- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362 AS deploy
19+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS deploy
2020
2121# Retrieve the binary from the previous stage
2222COPY --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:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362
1+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
22
33
44LABEL 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 1- FROM registry.redhat.io/rhel9/redis-6@sha256:1f29a65a7db2a0cb53661b4c260482f0402b595587eed3840a0f980bc71695da
1+ FROM registry.redhat.io/rhel9/redis-6@sha256:3a243218d38169a179692f76d050ac5226984d62c968b444c666ab7ecfa06317
22
33LABEL description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."
44LABEL io.k8s.description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.8-1779959429 @sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.8-1782852234 @sha256:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5 AS build-env
22ENV APP_ROOT=/opt/app-root
33ENV GOPATH=$APP_ROOT
44ENV CGO_ENABLED=1
@@ -24,7 +24,7 @@ RUN go mod download && \
2424
2525
2626# Multi-Stage production build
27- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:5b74fce9d6e629942a0c6dc0f546c193e70d7f974d999a48c948c53dd3d36362 AS deploy
27+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS deploy
2828
2929# Retrieve the binary from the previous stage
3030COPY --from=build-env /opt/app-root/src/updatetree /
Original file line number Diff line number Diff line change 1- FROM mysql:9.7@sha256:c11782aa2a96624c1efc121768641d96954faa136d6aa82751b032d8c426ffbc
1+ FROM mysql:9.7@sha256:ad88e1c86cbf12ef52d0a0360cd4b774d22956c5ee9c565645fb019d7aacb6c3
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.10@sha256:0027bef26712baaee437a4ea48fdf3d2d2e2bc5f0d81615374408ca320f3c7e3
1+ FROM postgres:17.10@sha256:5c855ad7b85e68e48a62f34662853f38b57c1c1d80f3a927ab58034fd6d31c5e
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:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
1+ FROM alpine:3.24 @sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
22
33RUN apk add --no-cache gettext
44
You can’t perform that action at this time.
0 commit comments