• Joined on 2025-12-26

life-central (source-4fcb9dfab3a7a9484d99ab64afed0ae21854dd6e)

Published 2026-07-27 10:16:45 +00:00 by daniel

Installation

docker pull gitea.home.everyonce.com/daniel/life-central:source-4fcb9dfab3a7a9484d99ab64afed0ae21854dd6e
sha256:1bc45d8fc99c85954d23c62b9a1d37911f608ea2402fa6c9a38296854433c484

Images

Digest OS / Arch Size
28018c0df3 linux/amd64 35 MiB
a3ee0cdc76 linux/arm64 34 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' 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=4fcb9dfab3a7a9484d99ab64afed0ae21854dd6e home.everyonce.life-central.source-tree-sha=b7c7ec7447b46758941938bd370cbdcf28f2bcbc 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 b7c7ec7447b46758941938bd370cbdcf28f2bcbc
org.opencontainers.image.description Single-process Life Central application with embedded frontend and SQLite migrations
org.opencontainers.image.revision 4fcb9dfab3a7a9484d99ab64afed0ae21854dd6e
org.opencontainers.image.source https://gitea.home.everyonce.com/daniel/life-central
org.opencontainers.image.title Life Central