You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
load("@rules_oci//oci:pull.bzl", "oci_pull")
|
|
|
|
oci_pull(
|
|
name = "distroless_base",
|
|
digest = "sha256:ccaef5ee2f1850270d453fdf700a5392534f8d1a8ca2acda391fbb6a06b81c86",
|
|
image = "gcr.io/distroless/base",
|
|
platforms = ["linux/amd64","linux/arm64"],
|
|
)
|