• Joined on 2025-12-26

life-central (source-b471f2020be84a86f50e33a41da52f8689e2c0bc)

Published 2026-08-04 23:11:40 +00:00 by daniel

Installation

docker pull gitea.home.everyonce.com/daniel/life-central:source-b471f2020be84a86f50e33a41da52f8689e2c0bc
sha256:cceb66e1219692e4a2d604e060c6b4849e54003a942cfc0bd6c2dfd0ab81b0d8

Images

Digest OS / Arch Size
788c7d3899 linux/amd64 47 MiB
2ae95620d0 linux/arm64 46 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=b471f2020be84a86f50e33a41da52f8689e2c0bc home.everyonce.life-central.source-tree-sha=cda02999ae4e2a4de41cc9b41fbeb07100df31f6 home.everyonce.life-central.cargo-lock-sha256=a8150e90ab2391d3cea9f8f33e318049b5a661f67b1c2e8e87131092e868b858 home.everyonce.life-central.pnpm-lock-sha256=eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d
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 a8150e90ab2391d3cea9f8f33e318049b5a661f67b1c2e8e87131092e868b858
home.everyonce.life-central.pnpm-lock-sha256 eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d
home.everyonce.life-central.source-tree-sha cda02999ae4e2a4de41cc9b41fbeb07100df31f6
org.opencontainers.image.description Single-process Life Central application with embedded frontend and SQLite migrations
org.opencontainers.image.revision b471f2020be84a86f50e33a41da52f8689e2c0bc
org.opencontainers.image.source https://gitea.home.everyonce.com/daniel/life-central
org.opencontainers.image.title Life Central