• Joined on 2025-10-10

pocketbase (1.0.0)

Published 2025-10-19 11:43:28 +02:00 by mittanl

Installation

docker pull git.misoft.me/mittanl/pocketbase:1.0.0
sha256:d6ffae23de1de784ddf9c135268408720d689a2a3f4c64712eeeb1160d51fa14

Images

Digest OS / Arch Size
b7b09b9ddc linux/amd64 28 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION=0.30.4
RUN |1 PB_VERSION=0.30.4 /bin/sh -c apk add --no-cache unzip ca-certificates # buildkit
ADD https://github.com/pocketbase/pocketbase/releases/download/v0.30.4/pocketbase_0.30.4_linux_amd64.zip /tmp/pb.zip # buildkit
RUN |1 PB_VERSION=0.30.4 /bin/sh -c unzip /tmp/pb.zip -d /pb/ # buildkit
COPY ./pb_migrations /pb/pb_migrations # buildkit
COPY ./pb_hooks /pb/pb_hooks # buildkit
EXPOSE [8080/tcp]
CMD ["/pb/pocketbase" "serve" "--http=0.0.0.0:8080"]
Details
Container
2025-10-19 11:43:28 +02:00
2
OCI / Docker
Versions (4) View all
latest 2025-10-21
1.0.2 2025-10-21
1.0.1 2025-10-19
1.0.0 2025-10-19