Skip to content

Commit f388a4b

Browse files
committed
[OOTB] Update PostgreSQL images to use specific digests
`ootb` variant of quarkusio#430 Fixes quarkusio#427
1 parent 9a0e7f3 commit f388a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/infra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ start_postgres() {
6767
--rm \
6868
--name ${DB_CONTAINER_NAME} \
6969
-p 5432:5432 \
70-
ghcr.io/quarkusio/postgres-17-perf:main \
70+
ghcr.io/quarkusio/postgres-17-perf@sha256:25547aa2c1a44685066f552e1c262929cf629cbc2f3a82bd18fa791a03f7cd48 \
7171
-c fsync=off \
7272
-c synchronous_commit=off \
7373
-c autovacuum=off \

0 commit comments

Comments
 (0)