Block a user
life-central (source-964df412e866f2d91cabca1d62c07d9255866c49)
Published 2026-08-08 03:01:25 +00:00 by daniel
Installation
docker pull gitea.home.everyonce.com/daniel/life-central:source-964df412e866f2d91cabca1d62c07d9255866c49sha256:e1a5afbf3be74e4ffbd2a76d77eee662be1f325e61781b088d6bbb19760c36eb
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 56c7fe0aab | linux/amd64 | 48 MiB |
| 57b61454d8 | linux/arm64 | 48 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=964df412e866f2d91cabca1d62c07d9255866c49 home.everyonce.life-central.source-tree-sha=105e3032a3ec397a5618aaf06ad5056da5a0470a home.everyonce.life-central.cargo-lock-sha256=36cbe675554c8dce743308ae998c21f66f492304d9dd0457f0a3244270cba3bb home.everyonce.life-central.pnpm-lock-sha256=eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d |
| COPY --chown=0:0 /out/icon-library/ /usr/share/life-central/icon-library/ # buildkit |
| 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 | 36cbe675554c8dce743308ae998c21f66f492304d9dd0457f0a3244270cba3bb |
| home.everyonce.life-central.pnpm-lock-sha256 | eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d |
| home.everyonce.life-central.source-tree-sha | 105e3032a3ec397a5618aaf06ad5056da5a0470a |
| org.opencontainers.image.description | Single-process Life Central application with embedded frontend and SQLite migrations |
| org.opencontainers.image.revision | 964df412e866f2d91cabca1d62c07d9255866c49 |
| org.opencontainers.image.source | https://gitea.home.everyonce.com/daniel/life-central |
| org.opencontainers.image.title | Life Central |