kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/extractors/gcp/config/kziptool/BUILD (about) 1 load("//tools:build_rules/docker.bzl", "docker_build") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 # This target builds a docker image which contains the kzip tool binary. 6 docker_build( 7 name = "artifacts", 8 src = "Dockerfile", 9 data = [ 10 "//kythe/go/platform/tools/kzip", 11 ], 12 image_name = "gcr.io/kythe-public/kzip-tools", 13 tags = ["manual"], 14 use_cache = True, 15 )