| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| COPY file:63e8fd4840b783f1c93ec8a6ee14e211b5e00d673a1bf86dbcd91f4e877f5962 in /usr/local/bin/hetzner-ddns |
| USER nonroot:nonroot |
| EXPOSE 8080 |
| HEALTHCHECK --interval=60s --timeout=5s --start-period=15s --retries=3 CMD ["/usr/local/bin/hetzner-ddns", "healthcheck"] |
| ENTRYPOINT ["/usr/local/bin/hetzner-ddns"] |
| CMD ["run"] |