File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
examples/deployment/docker Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN go mod download && \
1919 gzip createtree-windows-amd64.exe
2020
2121# Multi-Stage production build
22- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 AS deploy
22+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 AS deploy
2323
2424# Add license file
2525COPY LICENSE /licenses/LICENSE
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/rhel9/mariadb-105@sha256:856d5cc0e43ed3f3c30eec3e6bad42650f3a4bdcb6f5fe3050bf6855e064eee5
1+ FROM registry.redhat.io/rhel9/mariadb-105@sha256:a5a9ffd20d7436431db01156524ff28be2dcccae7251d698c48a71b2908139f5
22
33USER root
44
Original file line number Diff line number Diff line change @@ -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:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 AS deploy
19+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 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 @@ -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:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 AS deploy
19+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 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:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
1+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71
22
33LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
44LABEL 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 1- FROM registry.redhat.io/rhel9/redis-6@sha256:686620b9acef6dfc3fc5e8221ca4d7a00c1fb102319352e7871fb9bc0ea127e3
1+ FROM registry.redhat.io/rhel9/redis-6@sha256:74b3454a54f85eaa9f5352bcc3f3eea9f3c2c1b2b7bc2202036438d556695f99
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 @@ -19,7 +19,7 @@ RUN go mod download && \
1919 gzip updatetree-windows-amd64.exe
2020
2121# Multi-Stage production build
22- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 AS deploy
22+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 AS deploy
2323
2424# Add license file
2525COPY LICENSE /licenses/LICENSE
Original file line number Diff line number Diff line change 1- FROM mysql:9.5@sha256:569c4128dfa625ac2ac62cdd8af588a3a6a60a049d1a8d8f0fac95880ecdbbe5
1+ FROM mysql:9.5@sha256:5ca0a273ed28c73acaef91da8bf1eca3711bee94bce4c378d42846375e645a72
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:5ecd7c63c618bed8b554567d3e9959636956be2058d8acbf12d0313dd16f67f8
1+ FROM postgres:17.7@sha256:bac8128cd62a35471a1e97966861aa2ac88c8d2f408767a425ae70695a607c99
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.22 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1+ FROM alpine:3.23 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
22
33RUN apk add --no-cache gettext
44
You can’t perform that action at this time.
0 commit comments