trading-dashboard-api (sha256:e6ff0490d0b2efbc4c3a2c42b251882bd23c3047a31e4e41c1ceb36001f8018a)
Published 2026-06-18 00:08:38 +02:00 by adminuser
Installation
docker pull git.deditoolbox.fr/freesker/trading-dashboard-api@sha256:e6ff0490d0b2efbc4c3a2c42b251882bd23c3047a31e4e41c1ceb36001f8018asha256:e6ff0490d0b2efbc4c3a2c42b251882bd23c3047a31e4e41c1ceb36001f8018aImage 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.6.7 |
| ARG BUILD_NUMBER=30941 |
| 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.6.7-30941 |
| HEALTHCHECK {Test:[CMD /app/healthcheck] Interval:1m0s Timeout:5s StartPeriod:1m0s StartInterval:0s Retries:3} |
| ENTRYPOINT ["./server"] |