We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0e7f3 commit 100505aCopy full SHA for 100505a
1 file changed
scripts/infra.sh
@@ -67,7 +67,7 @@ start_postgres() {
67
--rm \
68
--name ${DB_CONTAINER_NAME} \
69
-p 5432:5432 \
70
- ghcr.io/quarkusio/postgres-17-perf:main \
+ ghcr.io/quarkusio/postgres-17-perf@sha256:25547aa2c1a44685066f552e1c262929cf629cbc2f3a82bd18fa791a03f7cd48 \
71
-c fsync=off \
72
-c synchronous_commit=off \
73
-c autovacuum=off \
0 commit comments