Block a user
cstb-api-rs (migration-4a6ad21)
Published 2026-07-29 18:30:44 +00:00 by purp1e
Installation
docker pull git.okk.cool/purp1e/cstb-api-rs:migration-4a6ad21sha256:2c2716f6798a083d63f63301cb9bf9198ef6d64b18322781f74a8d43262b0259
Image Layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| ARG ALPINE_APK_MIRROR= |
| RUN |1 ALPINE_APK_MIRROR= /bin/sh -c if [ -n "$ALPINE_APK_MIRROR" ]; then apk_mirror="${ALPINE_APK_MIRROR%/}" && alpine_version="$(cut -d. -f1,2 /etc/alpine-release)" && printf '%s/v%s/main\n%s/v%s/community\n' "$apk_mirror" "$alpine_version" "$apk_mirror" "$alpine_version" > /etc/apk/repositories; fi # buildkit |
| RUN |1 ALPINE_APK_MIRROR= /bin/sh -c apk add --no-cache ca-certificates libgcc # buildkit |
| ENV CSTB_ENV=production |
| ENV CSTB_API_RS_HOST=0.0.0.0 |
| ENV CSTB_METRICS_HISTOGRAM_SAMPLE_RATE=0.001 |
| ENV TOKIO_WORKER_THREADS=2 |
| ENV PORT=45111 |
| COPY /usr/local/bin/cstb-api-rs /usr/local/bin/cstb-api-rs # buildkit |
| EXPOSE [45111/tcp] |
| CMD ["cstb-api-rs"] |
Details
2026-07-29 18:30:44 +00:00
Versions (2)
View all
Container
5
OCI / Docker
linux/amd64
9.8 MiB
latest
2026-08-31
migration-4a6ad21
2026-07-29