web/api (f06ef62)

Published 2026-05-07 19:13:57 +02:00 by patrick

Installation

docker pull code.khr.pt/patrick/web/api:f06ef62
sha256:7c1f60683c0a268a1cfc4c863fca649fddc7c041f81fcf869a1d7f4d9ab31c4e

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION
ARG PB_VERSION TARGETARCH
|2 PB_VERSION=0.25.9 TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates unzip
ADD 0c783be42efdfd7176926d531f5eba248bf30eba20a297c169082e476a8c5bf4 in /tmp/pb.zip
|2 PB_VERSION=0.25.9 TARGETARCH=amd64 /bin/sh -c unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip
COPY dir:9548838a2cb85006e3176fefb765765e9e187e397d5f501b6a507283e5a94020 in /pb/pb_hooks/
COPY dir:589e0f84d427a6356976afa4499c814c1d8fbcc64248ec1f54c010d058d3cf1f in /pb/pb_migrations/
|2 PB_VERSION=0.25.9 TARGETARCH=amd64 /bin/sh -c addgroup -S pb && adduser -S -G pb -H -D pb && mkdir -p /pb/pb_data && chown -R pb:pb /pb
USER pb
EXPOSE 8090
VOLUME /pb/pb_data
CMD ["/pb/pocketbase", "serve", "--http=0.0.0.0:8090", "--dir=/pb/pb_data", "--migrationsDir=/pb/pb_migrations", "--hooksDir=/pb/pb_hooks"]
Details
Container
2026-05-07 19:13:57 +02:00
1
OCI / Docker
linux/amd64
48 MiB
Versions (17) View all
latest 2026-06-08
sha-c91375b 2026-06-08
buildcache 2026-06-08
sha-d23c9b9 2026-06-03
sha-9bc4aa2 2026-05-20