Block a user
tabula/server (0.0.13)
Published 2026-09-02 10:38:06 +00:00 by ricebucket
Installation
docker pull git.magicno.de/ricebucket/tabula/server:0.0.13sha256:cb2e42d6570590bd6056c2868981cfc061b57f17e9752824eb9ef46140cdaa88
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 431d464616 | linux/amd64 | 10 MiB |
| 0abcb82604 | linux/arm64 | 10 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit |
| WORKDIR /app |
| COPY /out/server /app/server # buildkit |
| COPY /out/migrate /app/migrate # buildkit |
| COPY migrations /app/migrations # buildkit |
| ENV SERVER_ENV=production |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/app/server"] |