mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 13:04:36 -04:00
bazel: allow custom container_prefix (#1693)
* build: allow custom container registry * build: fix .bazeloverwriterc import
This commit is contained in:
parent
12216ea997
commit
1bdf410b52
13 changed files with 192 additions and 257 deletions
|
@ -24,9 +24,7 @@ go_library(
|
|||
image_name = container["image_name"],
|
||||
oci = container["oci"],
|
||||
package = "imageversion",
|
||||
prefix = container["prefix"],
|
||||
registry = container["registry"],
|
||||
tag_file = container["tag_file"],
|
||||
repotag_file = container["repotag_file"],
|
||||
visibility = ["//cli:__subpackages__"],
|
||||
)
|
||||
for container in helm_containers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue