Block a user
termi-astro-backend (669b79cc95b4)
Installation
docker pull git.init.cool/cool/termi-astro-backend:669b79cc95b4sha256:3f94cc99f5c1f8116be79f355c15c651d0a74893e9abf87bcd11fabdb4606625
Image Layers
| # 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 /app/target/release/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
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