Skip to content

Commit

Permalink
Change DB2 container image
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Apr 30, 2024
1 parent 667a4ac commit 564fda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Db2Resource implements QuarkusTestResourceLifecycleManager {

@Override
public Map<String, String> start() {
db2Container = new GenericContainer<>(DockerImageName.parse("docker.io/ibmcom/db2:11.5.8.0"))
db2Container = new GenericContainer<>(DockerImageName.parse("icr.io/db2_community/db2:11.5.8.0"))
.withPrivilegedMode(true)
.withEnv("LICENSE", "accept")
.withEnv("DB2INST1_PASSWORD", "test")
Expand Down

0 comments on commit 564fda8

Please sign in to comment.