File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
vertx-db2-client/src/test/java/io/vertx/db2client/junit Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
import io .vertx .core .net .JksOptions ;
32
32
import io .vertx .db2client .DB2ConnectOptions ;
33
- import org .testcontainers .utility .DockerImageName ;
34
33
35
34
public class DB2Resource extends ExternalResource {
36
35
@@ -46,7 +45,7 @@ public class DB2Resource extends ExternalResource {
46
45
private boolean started = false ;
47
46
private boolean isDb2OnZ = false ;
48
47
private DB2ConnectOptions options ;
49
- private final Db2Container instance = new Db2Container (DockerImageName . parse ( "ibmcom/db2" ). withTag ( "11.5.6.0" ) )
48
+ private final Db2Container instance = new Db2Container ()
50
49
.acceptLicense ()
51
50
.withLogConsumer (out -> System .out .print ("[DB2] " + out .getUtf8String ()))
52
51
.withUsername ("vertx" )
You can’t perform that action at this time.
0 commit comments