Skip to content

Commit 89b9202

Browse files
authored
Make all container images public (#262)
It should be possible for others to make Bazel projects that depend on these images. For example, one may use rules_gitops to easily roll out Buildbarn container images on a Kubernetes cluster.
1 parent da77bb6 commit 89b9202

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/container.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def multiarch_go_image(name, binary):
3636
"@rules_go//go/toolchain:linux_amd64",
3737
"@rules_go//go/toolchain:linux_arm64",
3838
],
39+
visibility = ["//visibility:public"],
3940
)
4041

4142
def container_push_official(name, image, component):

0 commit comments

Comments
 (0)