• Joined on 2025-10-10

pocketbase (latest)

Published 2025-10-21 11:06:51 +02:00 by mittanl

Installation

docker pull git.misoft.me/mittanl/pocketbase:latest
sha256:665131dd669d1a0e4cf18b6b01fb3dd012a98e06f8b7d7f170193cf70a5798af

Images

Digest OS / Arch Size
580daaa1f5 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-21 11:06:51 +02:00
0
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