From ec3146310c09a9cea4c3c599d73f6404d96dd00d Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Sat, 15 Jun 2024 02:01:33 +0000 Subject: [PATCH] docker daemon --- .../java/com/google/cloud/tools/jib/api/JibIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java index 742defba69..dd90f4ede4 100644 --- a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java +++ b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java @@ -429,7 +429,7 @@ public void testDistroless_ociManifest() ImmutableSet.of(new Platform("arm64", "linux"), new Platform("amd64", "linux"))) .containerize( Containerizer.to( - RegistryImage.named(dockerHost + ":6000/jib-distroless:multi-platform")) + DockerDaemonImage.named(dockerHost + ":6000/jib-distroless:multi-platform")) .setAllowInsecureRegistries(true)); // V22ManifestListTemplate manifestList =