cluster-controller (sha256:e4f6b36c0a52b60b5ad9a6a7c16ea350baae9a7967b2a08765b37aa119d4969a)
Published 2026-07-24 14:18:06 +00:00 by sa-devfw
Installation
docker pull edp.buildth.ing/devfw-cicd/cluster-controller@sha256:e4f6b36c0a52b60b5ad9a6a7c16ea350baae9a7967b2a08765b37aa119d4969asha256:e4f6b36c0a52b60b5ad9a6a7c16ea350baae9a7967b2a08765b37aa119d4969aImage layers
| bazel build @bookworm//base-files/arm64:data_statusd |
| bazel build @bookworm//netbase/arm64:data_statusd |
| bazel build @bookworm//tzdata/arm64:data_statusd |
| bazel build @bookworm//media-types/arm64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_arm64 |
| ARG TARGETOS=linux |
| ARG TARGETARCH=arm64 |
| COPY linux/arm64/cluster-controller /usr/local/bin/cluster-controller # buildkit |
| USER 65532:65532 |
| ENTRYPOINT ["/usr/local/bin/cluster-controller"] |