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 {
330330 DockerAssume .assumeNotSwarm (dockerRule .getClient ());
331331
332332 dockerRule .getClient ().pullImageCmd ("busybox" )
333- .withTag ("1.24 " )
333+ .withTag ("1.35 " )
334334 .start ()
335335 .awaitCompletion ();
336336
337- dockerRule .getClient ().createContainerCmd ("busybox:1.24 " )
337+ dockerRule .getClient ().createContainerCmd ("busybox:1.35 " )
338338 .withLabels (testLabel )
339339 .exec ();
340340
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void testPullImage() throws Exception {
4545 // pulled down, preferably small in size. If tag is not used pull will
4646 // download all images in that repository but tmpImgs will only
4747 // deleted 'latest' image but not images with other tags
48- String testImage = "hackmann/empty " ;
48+ String testImage = "scratch " ;
4949
5050 LOG .info ("Removing image: {}" , testImage );
5151
You can’t perform that action at this time.
0 commit comments