mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 05:31:11 -05:00
bazel: always choose linux / amd64 distroless base image
This commit is contained in:
parent
537cdbcfad
commit
6c8dade285
4 changed files with 4 additions and 12 deletions
|
|
@ -58,10 +58,8 @@ pkg_tar(
|
|||
|
||||
oci_image(
|
||||
name = "node_operator",
|
||||
architecture = "amd64",
|
||||
base = "@distroless_static",
|
||||
base = "@distroless_static_linux_amd64",
|
||||
entrypoint = ["/node-operator"],
|
||||
os = "linux",
|
||||
tars = [
|
||||
":layer",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue