staff-wall/pocketbase (sha256:eaaa84c588e59603ee4852da6db89786abac923a68d39c11edef7a6bb83133f5)

Published 2026-05-26 13:18:34 +00:00 by webbanditten

Installation

docker pull git.wohlk.dev/webbanditten/staff-wall/pocketbase@sha256:eaaa84c588e59603ee4852da6db89786abac923a68d39c11edef7a6bb83133f5
sha256:eaaa84c588e59603ee4852da6db89786abac923a68d39c11edef7a6bb83133f5

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION=0.38.2
RUN |1 PB_VERSION=0.38.2 /bin/sh -c apk add --no-cache wget unzip && wget -O /tmp/pb.zip https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_amd64.zip && unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip && apk del wget unzip # buildkit
COPY pb_migrations /pb/pb_migrations # buildkit
VOLUME [/pb/pb_data]
EXPOSE [8090/tcp]
CMD ["/pb/pocketbase" "serve" "--http=0.0.0.0:8090" "--migrationsDir=/pb/pb_migrations"]
Details
Container
2026-05-26 13:18:34 +00:00
1
OCI / Docker
linux/amd64
15 MiB
Versions (6) View all