• Joined on 2025-12-26

life-central (source-8c0ea2fb7bafd8df71d43a1a46e87727703311b0)

Published 2026-07-29 05:14:36 +00:00 by daniel

Installation

docker pull gitea.home.everyonce.com/daniel/life-central:source-8c0ea2fb7bafd8df71d43a1a46e87727703311b0
sha256:b1e9341cd04b98516dceb4c5ee80f8f5c0e8aa6f2566c524fd7303a535af67bd

Images

Digest OS / Arch Size
e8296b82cd linux/amd64 35 MiB
cd351519cf linux/arm64 35 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=8c0ea2fb7bafd8df71d43a1a46e87727703311b0 home.everyonce.life-central.source-tree-sha=00f95c745d9dd730319e9ee5437c4cf1dc143c31 home.everyonce.life-central.cargo-lock-sha256=044ab93ef0aa8b1d47f923328b9a3af573d0459b94e356e9485894993e0e5631 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 044ab93ef0aa8b1d47f923328b9a3af573d0459b94e356e9485894993e0e5631
home.everyonce.life-central.pnpm-lock-sha256 b3462b036bb8aaa01e1a6cba71234653c16b19114d17e31668a2833594b8730d
home.everyonce.life-central.source-tree-sha 00f95c745d9dd730319e9ee5437c4cf1dc143c31
org.opencontainers.image.description Single-process Life Central application with embedded frontend and SQLite migrations
org.opencontainers.image.revision 8c0ea2fb7bafd8df71d43a1a46e87727703311b0
org.opencontainers.image.source https://gitea.home.everyonce.com/daniel/life-central
org.opencontainers.image.title Life Central