• Joined on 2025-12-26

life-central (source-8d633f516064a428ed879a43857da2578b779c2d)

Published 2026-07-31 20:37:52 +00:00 by daniel

Installation

docker pull gitea.home.everyonce.com/daniel/life-central:source-8d633f516064a428ed879a43857da2578b779c2d
sha256:1ea651470dd18b6942972565518fd95ac17b2b5de811dcce2852267622ca2a36

Images

Digest OS / Arch Size
30fbdc4a99 linux/amd64 44 MiB
375bacbd4b linux/arm64 44 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=8d633f516064a428ed879a43857da2578b779c2d home.everyonce.life-central.source-tree-sha=ff4731f35a684c0e26b1d5ac7c4a2c6e84bd23d1 home.everyonce.life-central.cargo-lock-sha256=044ab93ef0aa8b1d47f923328b9a3af573d0459b94e356e9485894993e0e5631 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 044ab93ef0aa8b1d47f923328b9a3af573d0459b94e356e9485894993e0e5631
home.everyonce.life-central.pnpm-lock-sha256 eeea04c5189efe58a301e6cbb04cf4f19748d737c98c5dde32b570f2c97ec01d
home.everyonce.life-central.source-tree-sha ff4731f35a684c0e26b1d5ac7c4a2c6e84bd23d1
org.opencontainers.image.description Single-process Life Central application with embedded frontend and SQLite migrations
org.opencontainers.image.revision 8d633f516064a428ed879a43857da2578b779c2d
org.opencontainers.image.source https://gitea.home.everyonce.com/daniel/life-central
org.opencontainers.image.title Life Central