github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/bazel-rules-oci/BUILD (about) 1 load("@rules_oci//oci:defs.bzl", "oci_tarball") 2 3 oci_tarball( 4 name = "hello.tar", 5 image = "@hello//:hello", 6 repo_tags = ["hello:latest"], 7 )