kinesis-api (sha256:7d3f8683c3e16d4dfcb8ae1de540ea87f2a8d1b3e8b5d95f1909aabb8ceccbb3)
Published 2025-08-27 22:48:07 +00:00 by root
Installation
docker pull gitea.konnect.dev/rust/kinesis-api@sha256:7d3f8683c3e16d4dfcb8ae1de540ea87f2a8d1b3e8b5d95f1909aabb8ceccbb3sha256:7d3f8683c3e16d4dfcb8ae1de540ea87f2a8d1b3e8b5d95f1909aabb8ceccbb3Image Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400' |
| 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 map[8080/tcp:{}] |
| CMD ["/app/kinesis-api"] |