pocketbase (sha256:1e07c2f5ac8b50f9ea2b8e5aebf7c73394f2cac6a0a2d71069ee95d0645a1a18)
Published 2026-07-21 11:18:46 +00:00 by rajasekhar
Installation
docker pull git.rajasekhar.digital/rajasekhar/pocketbase@sha256:1e07c2f5ac8b50f9ea2b8e5aebf7c73394f2cac6a0a2d71069ee95d0645a1a18sha256:1e07c2f5ac8b50f9ea2b8e5aebf7c73394f2cac6a0a2d71069ee95d0645a1a18Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.39.8 |
| RUN |1 PB_VERSION=0.39.8 /bin/sh -c apk add --no-cache unzip ca-certificates # buildkit |
| ADD https://github.com/pocketbase/pocketbase/releases/download/v0.39.8/pocketbase_0.39.8_linux_amd64.zip /tmp/pb.zip # buildkit |
| RUN |1 PB_VERSION=0.39.8 /bin/sh -c unzip /tmp/pb.zip -d /pb/ # buildkit |
| EXPOSE [8080/tcp] |
| CMD ["/pb/pocketbase" "serve" "--http=0.0.0.0:8080"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-21T11:17:53Z |
| org.opencontainers.image.revision | 131a4e963928661bcc3bad094ce588c06310b195 |
| org.opencontainers.image.source | https://git.rajasekhar.digital/rajasekhar/pocketbase.git |
| org.opencontainers.image.url | https://git.rajasekhar.digital/rajasekhar/pocketbase |