• Joined on 2025-12-26

life-central (source-2150da37b7a1a5c546de39a05435a866cca6ab50)

Published 2026-08-02 03:54:08 +00:00 by daniel

Installation

docker pull gitea.home.everyonce.com/daniel/life-central:source-2150da37b7a1a5c546de39a05435a866cca6ab50
sha256:83dd16d37bf011d222a604dd9959b3f52c87a0ed3c139a1e21cd0329983f3337

Images

Digest OS / Arch Size
cd6ff6a7d4 linux/amd64 46 MiB
8b89f043df 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=2150da37b7a1a5c546de39a05435a866cca6ab50 home.everyonce.life-central.source-tree-sha=8ab79714baef4614876c8acf4431328583b27ac7 home.everyonce.life-central.cargo-lock-sha256=132ae027e6d5eb38dbb2da2ee4daf849782300edeba9e59520191f1e2b91446b 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 132ae027e6d5eb38dbb2da2ee4daf849782300edeba9e59520191f1e2b91446b
home.everyonce.life-central.pnpm-lock-sha256 eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d
home.everyonce.life-central.source-tree-sha 8ab79714baef4614876c8acf4431328583b27ac7
org.opencontainers.image.description Single-process Life Central application with embedded frontend and SQLite migrations
org.opencontainers.image.revision 2150da37b7a1a5c546de39a05435a866cca6ab50
org.opencontainers.image.source https://gitea.home.everyonce.com/daniel/life-central
org.opencontainers.image.title Life Central