batida-api (latest)
Published 2026-04-16 23:34:18 +00:00 by mario
Installation
docker pull git.batida.io/batida/batida-api:latestsha256:c580ddb00a14ee649abef5686e04ad61c395596621b887230fa23131a16afc8b
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-16 23:34:18 +00:00
Versions (14)
View all
Container
287
OCI / Docker
linux/amd64
22 MiB
b1c64a1e27407438ad863a7aefc52c7ceb8cc99c
2026-04-16
latest
2026-04-16
67cd6c040845968328a6ff37e990301506011141
2026-04-16
3f8f15c960ec1fb6c53a41d16786e4c628ff25e5
2026-04-16
c94a8f59fba27cde12f90f2ea6db91bbf4dc4697
2026-04-15