vvs-pay-rs (sha256:1cc8bcf159f81db66176f806b3223501d71c673e7872e3166655373776bbf34c)
Published 2026-06-22 02:10:48 +08:00 by llbro
Installation
docker pull code.vvstream.im/llbro/vvs-pay-rs@sha256:1cc8bcf159f81db66176f806b3223501d71c673e7872e3166655373776bbf34csha256:1cc8bcf159f81db66176f806b3223501d71c673e7872e3166655373776bbf34cImage 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 |
| bazel build @bookworm//libc6/amd64:data_statusd |
| bazel build @bookworm//libssl3/amd64:data_statusd |
| bazel build @bookworm//libgomp1/amd64:data_statusd |
| bazel build @bookworm//libstdc++6/amd64:data_statusd |
| bazel build @bookworm//libgcc-s1/amd64:data_statusd |
| bazel build @bookworm//gcc-12-base/amd64:data_statusd |
| WORKDIR /app |
| COPY --chown=65532:65532 /runtime/ / # buildkit |
| USER nonroot:nonroot |
| ENV CONFIG_PATH=/app/config/app.toml |
| EXPOSE map[886/tcp:{}] |
| HEALTHCHECK &{["CMD" "/app/vvs-pay-rs" "healthcheck"] "30s" "3s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["/app/vvs-pay-rs"] |