...

Text file src/edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/complex_deps_test/oci_repos.txt

Documentation: edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/complex_deps_test

     1load(":settings.bzl", "oci_repo")
     2
     3# allows .bzl files in this package to be import-able by other Bazel files
     4package(default_visibility = ["//visibility:public"])
     5
     6oci_repo(
     7    name = "workloads-repo",
     8    build_setting_default = "us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads",
     9    visibility = ["//visibility:public"],
    10)
    11

View as plain text