Skip to content

Commit dc847bb

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 d0c7090 commit dc847bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4646

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

0 commit comments

Comments
 (0)