Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f016bb1

Browse files
committed
Temporarily use bitnamilegacy repository (#1548)
This gives us some time to plan a migration. Not sure how much. Signed-off-by: Thomas Segismont <[email protected]>
1 parent 1c35201 commit f016bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-pg-client/src/test/java/io/vertx/tests/pgclient/PgBouncerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void setUp() {
4646
Testcontainers.exposeHostPorts(pgPort);
4747

4848

49-
pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnami/pgbouncer:1.20.1-debian-11-r30"));
49+
pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnamilegacy/pgbouncer:1.20.1-debian-11-r30"));
5050
pgBouncerContainer.withEnv("POSTGRESQL_USERNAME", "postgres");
5151
pgBouncerContainer.withEnv("POSTGRESQL_PASSWORD", "postgres");
5252
pgBouncerContainer.withEnv("POSTGRESQL_DATABASE", "postgres");

0 commit comments

Comments
 (0)