Block a user
tabula/server (stage-arm64-ceade228a7ff82d66d393206ab4fb5fc73ed3fc0)
Published 2026-09-02 11:02:34 +00:00 by ricebucket
Installation
docker pull git.magicno.de/ricebucket/tabula/server:stage-arm64-ceade228a7ff82d66d393206ab4fb5fc73ed3fc0sha256:c1c47c23d74b679a08d0bfff589fc3fb3cf734ca16f646c91935925b8d8ee2ee
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6e35d8019a | 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"] |