...

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

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

     1# buildifier: disable=module-docstring
     2load("//:third_party_images.bzl", "third_party_container_dep")
     3
     4third_party_container_dep(
     5    destination_repo = "coredns",
     6    digest = "sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870",
     7    name = "coredns",
     8    registry = "index.docker.io",
     9    repository = "coredns/coredns",
    10    tag = "v1.11.1",
    11)

View as plain text