gearpheus-app/backend (sha256:f1f7c1f3861be54d43680ca924b32d9cbf878233a14e6e99a68d50e5a96a46ce)
Published 2026-08-18 00:31:34 +02:00 by axadkrk
Installation
docker pull git.gearpheus.eu/axadkrk/gearpheus-app/backend@sha256:f1f7c1f3861be54d43680ca924b32d9cbf878233a14e6e99a68d50e5a96a46cesha256:f1f7c1f3861be54d43680ca924b32d9cbf878233a14e6e99a68d50e5a96a46ceImage 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 |
| bazel build @trixie//libc6/amd64:data_statusd |
| bazel build @trixie//libssl3t64/amd64:data_statusd |
| bazel build @trixie//libzstd1/amd64:data_statusd |
| bazel build @trixie//zlib1g/amd64:data_statusd |
| bazel build @trixie//libgomp1/amd64:data_statusd |
| bazel build @trixie//libstdc++6/amd64:data_statusd |
| bazel build @trixie//libgcc-s1/amd64:data_statusd |
| bazel build @trixie//gcc-14-base/amd64:data_statusd |
| WORKDIR /app |
| COPY ./target/release/backend /app/backend # buildkit |
| CMD ["/app/backend"] |