...

Text file src/edge-infra.dev/third_party/k8s/pxe/BUILD.bazel

Documentation: edge-infra.dev/third_party/k8s/pxe

     1load("//hack/build/rules/container:index.bzl", "container_push")
     2
     3container_push(
     4    name = "static_file_server_container_push",
     5    digest = "@static_file_server//:digest",
     6    from_third_party = True,
     7    image = "@static_file_server//:static_file_server",
     8    image_name = "halverneus/static-file-server",
     9    repository_file = "//hack/build/rules/container:thirdparty-repo",
    10    tag = "v1.8.11",
    11    visibility = ["//visibility:public"],
    12)
    13
    14container_push(
    15    name = "dnsmasq_controller_container_push",
    16    digest = "@dnsmasq_controller//:digest",
    17    from_third_party = True,
    18    image = "@dnsmasq_controller//:dnsmasq_controller",
    19    image_name = "kvaps/dnsmasq-controller",
    20    repository_file = "//hack/build/rules/container:thirdparty-repo",
    21    tag = "v0.6.0",
    22    visibility = ["//visibility:public"],
    23)

View as plain text