Skip to content

Commit

Permalink
verify image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 14, 2024
1 parent 0a6862d commit 8ca43ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void testBasic_jibImageToDockerDaemon_arm64()
RegistryImage.named(
"busybox@sha256:eb427d855f82782c110b48b9a398556c629ce4951ae252c6f6751a136e194668"))
.containerize(Containerizer.to(DockerDaemonImage.named(toImage)));

System.out.println("Verified image creation");
String os =
new Command("docker", "inspect", toImage, "--format", "{{.Os}}").run().replace("\n", "");
String architecture =
Expand Down

0 comments on commit 8ca43ca

Please sign in to comment.