edge-connect-quota-controller (sha256:66e9f01fa88fb5b00c6f56c474a72945ae429ad12fbbe24fde1e2ca3575e9828)
Published 2026-07-30 12:44:03 +00:00 by sa-devfw
Installation
docker pull edp.buildth.ing/devfw-cicd/edge-connect-quota-controller@sha256:66e9f01fa88fb5b00c6f56c474a72945ae429ad12fbbe24fde1e2ca3575e9828sha256:66e9f01fa88fb5b00c6f56c474a72945ae429ad12fbbe24fde1e2ca3575e9828Image layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64: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_amd64 |
| ARG TARGETOS=linux |
| ARG TARGETARCH=amd64 |
| ARG BINARY=quota-controller |
| COPY linux/amd64/quota-controller /usr/local/bin/controller # buildkit |
| USER 65532:65532 |
| ENTRYPOINT ["/usr/local/bin/controller"] |