Thanks to visit codestin.com Credit goes to github.com
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 1c35201 commit f016bb1Copy full SHA for f016bb1
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