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 d0c7090 commit dc847bbCopy full SHA for dc847bb
vertx-pg-client/src/test/java/io/vertx/pgclient/PgBouncerTest.java
@@ -44,7 +44,7 @@ public void setUp() {
44
Testcontainers.exposeHostPorts(pgPort);
45
46
47
- 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"));
48
pgBouncerContainer.withEnv("POSTGRESQL_USERNAME", "postgres");
49
pgBouncerContainer.withEnv("POSTGRESQL_PASSWORD", "postgres");
50
pgBouncerContainer.withEnv("POSTGRESQL_DATABASE", "postgres");
0 commit comments