kinesis-api (sha256:70a3a49a04f807400fb9d73cf6343c5e71c8442cd985720346afbba273579c0e)
Published 2025-09-12 14:00:32 +00:00 by root
Installation
docker pull gitea.konnect.dev/rust/kinesis-api@sha256:70a3a49a04f807400fb9d73cf6343c5e71c8442cd985720346afbba273579c0esha256:70a3a49a04f807400fb9d73cf6343c5e71c8442cd985720346afbba273579c0eImage Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1757289600' |
| WORKDIR /app |
| VOLUME [/app/data] |
| VOLUME [/app/public] |
| VOLUME [/app/translations] |
| RUN /bin/sh -c apt update && apt install -y pkg-config openssl libssl-dev ca-certificates # buildkit |
| RUN /bin/sh -c update-ca-certificates --fresh # buildkit |
| ENV SSL_CERT_DIR=/etc/ssl/certs |
| COPY /app/static/ /app/static/ # buildkit |
| COPY /app/templates/ /app/templates/ # buildkit |
| COPY /app/docs/ /app/docs/ # buildkit |
| COPY /app/.env.template /app/ # buildkit |
| COPY /app/Rocket.toml /app/ # buildkit |
| COPY /app/README.md /app/ # buildkit |
| COPY /app/LICENSE /app/ # buildkit |
| COPY /app/target/release/kinesis-api /app/ # buildkit |
| EXPOSE &{[{{37 0} {37 0}}] 0xc0006bbd00} |
| CMD ["/app/kinesis-api"] |