decent-cloud-api (v0.6.0)

Published 2026-08-14 11:59:03 +02:00 by sat

Installation

docker pull git.kalaj.org/decent-stuff/decent-cloud-api:v0.6.0
sha256:2fb56153250e6c7ac6c2a96fa91ef63e6779d71394e7741185d1c1f7e3796456

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:cf1abca24d4e6bac23b80b31a64f98ff2f059c350872dffdc0c82ee37098ee49 in /usr/local/bin/api-server
COPY file:4022062de0299542c723bc6452705e8191c777509514f9e5682fcc153c601afd 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-14 11:59:03 +02:00
5
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