trading-dashboard-api (sha256:a4a4b4db1ebd30ec7b07a1d14434620021eb537015fc10a578d33bc236e7caa2)
Published 2026-05-03 23:55:07 +02:00 by adminuser
Installation
docker pull git.deditoolbox.fr/freesker/trading-dashboard-api@sha256:a4a4b4db1ebd30ec7b07a1d14434620021eb537015fc10a578d33bc236e7caa2sha256:a4a4b4db1ebd30ec7b07a1d14434620021eb537015fc10a578d33bc236e7caa2Image layers
| 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 |
| ARG VERSION_NUMBER=2026.5.1 |
| ARG BUILD_NUMBER=25631 |
| WORKDIR /app |
| COPY /app/dist/server ./ # buildkit |
| COPY /app/dist/healthcheck ./ # buildkit |
| COPY /app/internal/db/migrations ./internal/db/migrations # buildkit |
| EXPOSE [8080/tcp] |
| ENV VERSION=2026.5.1-25631 |
| HEALTHCHECK &{["CMD" "/app/healthcheck"] "1m0s" "5s" "1m0s" "0s" '\x03'} |
| ENTRYPOINT ["./server"] |