batida-api (latest)
Published 2026-04-14 21:48:53 +00:00 by mario
Installation
docker pull git.batida.io/batida/batida-api:latestsha256:33eae20483b92e21c46b6b3a2f72929b5b47d4338122ef7fe9d568f11f806528
Image Layers
| ADD alpine-minirootfs-3.21.6-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 /app/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-04-14 21:48:53 +00:00
Versions (10)
View all
Container
286
OCI / Docker
linux/amd64
22 MiB
latest
2026-04-14
b46ced929b719ac4fdfc564658a525589bd3a9c9
2026-04-14
0906a1f6fa6a3fe40b7fb777f4d2684032cdd77f
2026-04-14
ae0b003ea82ccf6c8213ee6ad1f6493650c94d61
2026-04-14
57df7c7458c67061a5e9a44eaa3da96be01f1472
2026-04-14