File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
internal/witness/cmd/feeder
trillian/examples/deployment/docker Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:31ce6a4b3348874c6a3ba1f7e88371348f96b34b7615e6680f16f4b0c9cf3c6b AS build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.7-1774351791 @sha256:7f4d4708bb41f24b2589a76aea8d2b359c9079b4c18c8fb026d036a231c2b8be AS build-env
22
33ENV GOEXPERIMENT=strictfipsruntime
44ENV CGO_ENABLED=1
99RUN go build -o ct_server -mod=readonly -trimpath ./trillian/ctfe/ct_server
1010
1111# Install server
12- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2bd144364d2cb06b08953ce5764cdbf236bbcd63cea214583c4ed011b4685453
12+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f5346fbb587b72b5376e66272935d22c62af78be2e8ea1dcf3e9e46865a9a2ee
1313
1414# Create a non-root user and group with a home directory
1515RUN groupadd -r appgroup && \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY . .
1818RUN go build -o /build/bin/feeder ./internal/witness/cmd/feeder
1919
2020# Build release image
21- FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
21+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2222
2323COPY --from=builder /build/bin/feeder /bin/feeder
2424ENTRYPOINT ["/bin/feeder" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY . .
1212
1313RUN go build ./trillian/ctfe/ct_server
1414
15- FROM gcr.io/distroless/base-debian12@sha256:0c70ab46409b94a96f4e98e32e7333050581e75f7038de2877a4bfc146dfc7ce
15+ FROM gcr.io/distroless/base-debian12@sha256:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
1616
1717COPY --from=build /build/ct_server /
1818
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
You can’t perform that action at this time.
0 commit comments