We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34135d commit 12818ccCopy full SHA for 12818cc
src/test/java/com/github/dockerjava/core/command/BuildImageCmdImplTest.java
@@ -266,8 +266,6 @@ public void testBuildFromPrivateRegistry() throws Exception {
266
dockerClient.pushImageCmd("localhost:5000/testuser/busybox").withTag("latest").withAuthConfig(authConfig)
267
.exec(new PushImageResultCallback()).awaitSuccess();
268
269
- dockerClient.removeImageCmd("busybox:latest").withForce().exec();
270
-
271
dockerClient.removeImageCmd("localhost:5000/testuser/busybox").withForce().exec();
272
273
baseDir = new File(Thread.currentThread().getContextClassLoader().getResource("testBuildFromPrivateRegistry")
0 commit comments