File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docker-java/src/test/java/com/github/dockerjava/cmd Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -330,11 +330,11 @@ public void testAncestorFilter() throws Exception {
330
330
DockerAssume .assumeNotSwarm (dockerRule .getClient ());
331
331
332
332
dockerRule .getClient ().pullImageCmd ("busybox" )
333
- .withTag ("1.24 " )
333
+ .withTag ("1.35 " )
334
334
.start ()
335
335
.awaitCompletion ();
336
336
337
- dockerRule .getClient ().createContainerCmd ("busybox:1.24 " )
337
+ dockerRule .getClient ().createContainerCmd ("busybox:1.35 " )
338
338
.withLabels (testLabel )
339
339
.exec ();
340
340
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void testPullImage() throws Exception {
45
45
// pulled down, preferably small in size. If tag is not used pull will
46
46
// download all images in that repository but tmpImgs will only
47
47
// deleted 'latest' image but not images with other tags
48
- String testImage = "hackmann/empty " ;
48
+ String testImage = "alpine:3.17 " ;
49
49
50
50
LOG .info ("Removing image: {}" , testImage );
51
51
You can’t perform that action at this time.
0 commit comments