staff-wall/pocketbase (sha256:410bdfb53fe0ba392fd406f30a9676222a1b9038d3180c7d0f9d295ad3efa672)

Published 2026-05-26 13:32:52 +00:00 by webbanditten

Installation

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

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:32:52 +00:00
1
OCI / Docker
linux/amd64
15 MiB
Versions (6) View all