kinesis-api-license-server (sha256:030396c938d4b4b662c57d7664e4516a5be0227b9dd079345815df6ccedf336c)
Published 2025-11-15 09:01:01 +00:00 by root
Installation
docker pull gitea.konnect.dev/rust/kinesis-api-license-server@sha256:030396c938d4b4b662c57d7664e4516a5be0227b9dd079345815df6ccedf336csha256:030396c938d4b4b662c57d7664e4516a5be0227b9dd079345815df6ccedf336cImage Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1762202650' |
| WORKDIR /app |
| VOLUME [/app/data] |
| VOLUME [/app/public] |
| RUN /bin/sh -c apt update && apt install -y pkg-config openssl libssl-dev ca-certificates sqlite3 # buildkit |
| RUN /bin/sh -c update-ca-certificates --fresh # buildkit |
| ENV SSL_CERT_DIR=/etc/ssl/certs |
| COPY /app/migrations/ /app/migrations/ # buildkit |
| COPY /app/static/ /app/static/ # buildkit |
| COPY /app/templates/ /app/templates/ # 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-license-server /app/ # buildkit |
| EXPOSE [9090/tcp] |
| CMD ["/app/kinesis-api-license-server"] |