10000 Update images (#2346) · docker-java/docker-java@f146f96 · GitHub
[go: up one dir, main page]

Skip to content

Commit f146f96

Browse files
authored
Update images (#2346)
1 parent b295275 commit f146f96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-java/src/test/java/com/github/dockerjava/cmd/ListContainersCmdIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docker-java/src/test/java/com/github/dockerjava/cmd/PullImageCmdIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = "alpine:3.17";
4949

5050
LOG.info("Removing image: {}", testImage);
5151

0 commit comments

Comments
 (0)
0