...

Text file src/edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/image_test/BUILD.out

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

     1load("//hack/build/rules/container:index.bzl", "container_push")
     2load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     3
     4kustomization(
     5    name = "image_test",
     6    srcs = ["deployment.yaml"],
     7    images = {
     8        "//kazelle_image_test:container_push": "us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads/kazelle:dev",
     9    },
    10    kustomization_yaml = "kustomization.yaml",
    11    visibility = ["//visibility:public"],
    12    deps = ["//image_test_dep"],
    13)
    14
    15container_push(
    16    name = "coredns_container_push",
    17    digest = "@coredns//:digest",
    18    from_third_party = True,
    19    image = "@coredns//:coredns",
    20    image_name = "coredns",
    21    repository_file = "//hack/build/rules/container:thirdparty-repo",
    22    tag = "v1.11.1",
    23    visibility = ["//visibility:public"],
    24)

View as plain text