kinesis-api-license-server (sha256:f71140d473760f3d7c8124ef09dc30e6619d66f019d41334457fb6852fafaeff)
Published 2025-10-29 14:23:37 +00:00 by root
Installation
docker pull gitea.konnect.dev/rust/kinesis-api-license-server@sha256:f71140d473760f3d7c8124ef09dc30e6619d66f019d41334457fb6852fafaeffsha256:f71140d473760f3d7c8124ef09dc30e6619d66f019d41334457fb6852fafaeffImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400' |
| 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"] |