| bazel build @trixie//base-files/armhf:data_statusd |
| bazel build @trixie//netbase/armhf:data_statusd |
| bazel build @trixie//tzdata/armhf:data_statusd |
| bazel build @trixie//tzdata-legacy/armhf:data_statusd |
| bazel build @trixie//media-types/armhf: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_debian13 |
| bazel build //common:cacerts_debian13_arm |
| LABEL maintainers=Kubernetes Authors |
| LABEL description=CSI External Snapshotter Sidecar |
| ARG binary=./bin/csi-snapshotter |
| COPY ./bin/csi-snapshotter-arm csi-snapshotter # buildkit |
| ENTRYPOINT ["/csi-snapshotter"] |