• Joined on 2025-12-29

termi-astro-backend (36d505ece648)

Published 2026-04-02 19:01:23 +00:00 by cool in cool/termi-blog

Installation

docker pull git.init.cool/cool/termi-astro-backend:36d505ece648
sha256:6d5e784711479f7c9589a143f947b47e440af555dd4b8d4f3abc1db93d61c238

Images

Digest OS / Arch Size
d33f70db2d linux/amd64 64 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libgomp1 libstdc++6 tzdata wget && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /tmp/termi_api-cli /usr/local/bin/termi_api-cli # buildkit
COPY /app/config ./config # buildkit
COPY /app/assets ./assets # buildkit
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
ENV RUST_LOG=info
EXPOSE map[5150/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -q -O /dev/null http://127.0.0.1:5150/healthz || exit 1"] "30s" "3s" "15s" "0s" '\x05'}
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["termi_api-cli" "-e" "production" "start" "--no-banner"]
Details
Container
2026-04-02 19:01:23 +00:00
2
OCI / Docker
Versions (13) View all
buildcache 2026-04-03
buildcache-main 2026-04-03
main 2026-04-03
ab18bbaf2336 2026-04-03
latest 2026-04-03