Adolfo Delorenzo adelorenzo
  • Joined on 2021-03-29

cv_lookbook/pocketbase (d8cbcf7)

Published 2026-03-07 04:49:38 +01:00 by adelorenzo

Installation

docker pull git.oe74.net/adelorenzo/cv_lookbook/pocketbase:d8cbcf7
sha256:082d3e0b39e7f919804c3beb681de6e8847ac24c0b75925f6a65e0ecfcbb18c9

Images

Digest OS / Arch Size
09c5cac400 linux/amd64 21 MiB
1a6f51ddbf linux/arm64 20 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates unzip wget curl # buildkit
ARG PB_VERSION=0.25.9
ARG TARGETARCH=amd64
RUN |2 PB_VERSION=0.25.9 TARGETARCH=amd64 /bin/sh -c ARCH=$(case "$TARGETARCH" in arm64) echo "arm64" ;; *) echo "amd64" ;; esac) && wget https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_${ARCH}.zip && unzip pocketbase_${PB_VERSION}_linux_${ARCH}.zip && chmod +x pocketbase && mv pocketbase /usr/local/bin/ && rm pocketbase_${PB_VERSION}_linux_${ARCH}.zip # buildkit
RUN |2 PB_VERSION=0.25.9 TARGETARCH=amd64 /bin/sh -c mkdir -p /pb/pb_data /pb/pb_migrations /pb/pb_hooks # buildkit
COPY pb_migrations/ /pb/pb_migrations/ # buildkit
EXPOSE [8090/tcp]
CMD ["pocketbase" "serve" "--http=0.0.0.0:8090" "--dir=/pb/pb_data" "--migrationsDir=/pb/pb_migrations" "--hooksDir=/pb/pb_hooks"]
Details
Container
2026-03-07 04:49:38 +01:00
0
OCI / Docker
Versions (4) View all
latest 2026-03-09
d8cbcf7 2026-03-07
83dbd0b 2026-03-07
de5481b 2026-03-07