Block a user
life-central (source-2d0c78b4e8d75a51af5eaab656e56b4d2c8e3558)
Published 2026-07-27 11:48:54 +00:00 by daniel
Installation
docker pull gitea.home.everyonce.com/daniel/life-central:source-2d0c78b4e8d75a51af5eaab656e56b4d2c8e3558sha256:ea2d3aa253d3c3b2161cd2428d612edc3256857fe1e64d21e4a900a49b603d47
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2bf101fe86 | linux/amd64 | 35 MiB |
| a6675e2523 | linux/arm64 | 35 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG LIFE_CENTRAL_SOURCE_SHA |
| ARG LIFE_CENTRAL_SOURCE_TREE_SHA |
| ARG LIFE_CENTRAL_CARGO_LOCK_SHA256 |
| ARG LIFE_CENTRAL_PNPM_LOCK_SHA256 |
| LABEL org.opencontainers.image.title=Life Central org.opencontainers.image.description=Single-process Life Central application with embedded frontend and SQLite migrations org.opencontainers.image.source=https://gitea.home.everyonce.com/daniel/life-central org.opencontainers.image.revision=2d0c78b4e8d75a51af5eaab656e56b4d2c8e3558 home.everyonce.life-central.source-tree-sha=3bed8b9624de9320402c100b880ca095ae0b8e5d home.everyonce.life-central.cargo-lock-sha256=ff3b43c1978486e0fa1f33ed36f88abf33be9b614b3d8c349607e796c341d74a home.everyonce.life-central.pnpm-lock-sha256=b3462b036bb8aaa01e1a6cba71234653c16b19114d17e31668a2833594b8730d |
| COPY --chown=10001:10001 --chmod=0755 /out/life-central /usr/local/bin/life-central # buildkit |
| COPY --chown=10001:10001 --chmod=0700 /out/life-central-data/ /var/lib/life-central/ # buildkit |
| ENV LIFE_CENTRAL_BIND=0.0.0.0:4317 LIFE_CENTRAL_DATA_DIR=/var/lib/life-central |
| USER 10001:10001 |
| EXPOSE map[4317/tcp:{}] |
| STOPSIGNAL SIGTERM |
| ENTRYPOINT ["/usr/local/bin/life-central"] |
Labels
| Key | Value |
|---|---|
| home.everyonce.life-central.cargo-lock-sha256 | ff3b43c1978486e0fa1f33ed36f88abf33be9b614b3d8c349607e796c341d74a |
| home.everyonce.life-central.pnpm-lock-sha256 | b3462b036bb8aaa01e1a6cba71234653c16b19114d17e31668a2833594b8730d |
| home.everyonce.life-central.source-tree-sha | 3bed8b9624de9320402c100b880ca095ae0b8e5d |
| org.opencontainers.image.description | Single-process Life Central application with embedded frontend and SQLite migrations |
| org.opencontainers.image.revision | 2d0c78b4e8d75a51af5eaab656e56b4d2c8e3558 |
| org.opencontainers.image.source | https://gitea.home.everyonce.com/daniel/life-central |
| org.opencontainers.image.title | Life Central |