Skip to content

Commit

Permalink
docker daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 15, 2024
1 parent 693f09c commit ec31463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ec31463

Please sign in to comment.