decent-cloud-api (stage)

Published 2026-08-13 02:00:27 +02:00 by sat

Installation

docker pull git.kalaj.org/decent-stuff/decent-cloud-api:stage
sha256:2f0d8e18702df4cd07e8160a57422825cce1a7598a6004fa37ba6a13e402c8c9

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'
ARG USER_ID
ARG GROUP_ID USER_ID
|2 GROUP_ID=1000 USER_ID=1000 /bin/sh -c apt-get update && apt-get install -y ca-certificates curl xz-utils fonts-liberation && curl -L https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ -C /usr/local/bin --strip-components=1 typst-x86_64-unknown-linux-musl/typst && rm -rf /var/lib/apt/lists/*
|2 GROUP_ID=1000 USER_ID=1000 /bin/sh -c groupadd -g ${GROUP_ID} appuser && useradd -r -u ${USER_ID} -g appuser -s /bin/false appuser
ARG BINARY_HASH GROUP_ID USER_ID
|3 BINARY_HASH=unknown GROUP_ID=1000 USER_ID=1000 /bin/sh -c echo "API binary hash: ${BINARY_HASH}"
COPY file:c1b233a424195e01e06b06957a00159421295793f9dfdb50810da1f58b412d05 in /usr/local/bin/api-server
COPY file:24aa7442376c1277ae155049bf92ef773b38af5315fa58ab37dfe70e59b6e021 in /usr/local/bin/dc
COPY file:b985ca7ed5152f4653a896fd0be130615ca27081e00fb884dfe5c682254325c3 in /usr/local/bin/validator-entrypoint.sh
|3 BINARY_HASH=unknown GROUP_ID=1000 USER_ID=1000 /bin/sh -c mkdir -p /data /identity && chown -R appuser:appuser /usr/local/bin/api-server /usr/local/bin/dc /usr/local/bin/validator-entrypoint.sh /data /identity && chmod +x /usr/local/bin/validator-entrypoint.sh
ENV XDG_CACHE_HOME=/data
USER appuser
CMD ["api-server", "serve"]

Labels

Key Value
io.buildah.version 1.33.7
Details
Container
2026-08-13 02:00:27 +02:00
21201
OCI / Docker
linux/amd64
115 MiB
Versions (6) View all
v0.6.0 2026-08-14
stage 2026-08-13
v0.5.11 2026-08-09
v0.5.10 2026-08-07
445a17d4 2026-08-02