We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052c274 commit 2810bccCopy full SHA for 2810bcc
vertx-pg-client/src/test/java/io/vertx/tests/pgclient/PgBouncerTest.java
@@ -46,7 +46,7 @@ public void setUp() {
46
Testcontainers.exposeHostPorts(pgPort);
47
48
49
- pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnami/pgbouncer:1.20.1-debian-11-r30"));
+ pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnamilegacy/pgbouncer:1.20.1-debian-11-r30"));
50
pgBouncerContainer.withEnv("POSTGRESQL_USERNAME", "postgres");
51
pgBouncerContainer.withEnv("POSTGRESQL_PASSWORD", "postgres");
52
pgBouncerContainer.withEnv("POSTGRESQL_DATABASE", "postgres");
0 commit comments