We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a88d3d commit f908fbcCopy full SHA for f908fbc
examples/deployment/docker/db_server/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mysql:8.4
+FROM mysql:8.4@sha256:6bc3ac72e858ad6ecb651229520fe14848b885ed01b3f08e2b201a25a5f49476
2
3
# TODO(roger2hk): Uncomment the below OS-level packages patch command as this is a temporary workaround to bypass the mysql8 gpg key rotation issue.
4
# # Patch the OS-level packages and remove unneeded dependencies.
examples/deployment/docker/db_server/postgresql/Dockerfile
-FROM postgres:latest
+FROM postgres:17.1@sha256:163763c8afd28cae69035ce84b12d8180179559c747c0701b3cad17818a0dbc5
# expects the build context to be: $GOPATH/src/github.com/google/trillian
COPY storage/postgresql/schema/storage.sql /docker-entrypoint-initdb.d/storage.sql
0 commit comments