batida-api (latest)
Published 2026-06-04 02:22:13 +00:00 by mario
Installation
docker pull git.batida.io/batida/batida-api:latestsha256:2124f8150e5ccab229f8b3f9eee31387b0a0b1d4acecbd6151ff3bdf2ea34c88
Image Layers
| ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl ca-certificates tzdata && rm -rf /var/cache/apk/* # buildkit |
| RUN /bin/sh -c addgroup -g 1000 batida && adduser -u 1000 -G batida -s /bin/sh -D batida # buildkit |
| RUN /bin/sh -c mkdir -p /app/uploads /app/logs && chown -R batida:batida /app # buildkit |
| WORKDIR /app |
| COPY /build/batida-api /app/batida-api # buildkit |
| USER batida |
| EXPOSE map[5678/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5678/health || exit 1"] "30s" "10s" "40s" "0s" '\x03'} |
| ENV APP_INTERNAL_PORT=5678 RUST_LOG=info ROCKET_ENV=production SQLX_OFFLINE=true |
| CMD ["./batida-api"] |
Details
2026-06-04 02:22:13 +00:00
Versions (100)
View all
Container
322
OCI / Docker
linux/amd64
27 MiB
latest
2026-06-04
878b2b6dce8263b544f067b81122360fda927303
2026-06-04
8f5b61b925d521be6cac6948d5c56e07600fca0f
2026-05-29
523141b6269cd3c40784bb5aa9bb9d792bbf2cf5
2026-05-24
345c5979a12a46b70e4dc3e2973ca7aba9f38f88
2026-05-24