| bazel build @trixie//base-files/s390x:data_statusd |
| bazel build @trixie//netbase/s390x:data_statusd |
| bazel build @trixie//tzdata/s390x:data_statusd |
| bazel build @trixie//tzdata-legacy/s390x:data_statusd |
| bazel build @trixie//media-types/s390x: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_s390x |
| LABEL maintainers=Kubernetes Authors |
| LABEL description=CSI External Attacher |
| ARG binary=./bin/csi-attacher |
| COPY ./bin/csi-attacher-s390x csi-attacher # buildkit |
| ENTRYPOINT ["/csi-attacher"] |