Skip to content

Commit

Permalink
try different base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 14, 2024
1 parent 87d9113 commit 908a72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public void testDistroless_ociManifest()
CacheDirectoryCreationException, InvalidImageReferenceException {
System.out.println("testDistroless_ociManifest()");

Jib.from("gcr.io/distroless/base@" + KNOWN_OCI_INDEX_SHA)
Jib.from("alpine")
.setPlatforms(
ImmutableSet.of(new Platform("arm64", "linux"), new Platform("amd64", "linux")))
.containerize(
Expand Down

0 comments on commit 908a72b

Please sign in to comment.