Tyler Gwin tgwin
  • Joined on 2025-01-19

echoos/pocketbase (v0.1.2)

Published 2026-01-11 16:07:16 -05:00 by tgwin

Installation

docker pull gitea.tylergwin.com/tgwin/echoos/pocketbase:v0.1.2
sha256:b77102e6182e705496436730324f945133452f529642f47c204f8085c52b2261

Images

Digest OS / Arch Size
e41692816f linux/amd64 30 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION=0.34.2
ARG ECHOOS_VERSION=v0.1.2
RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=v0.1.2 /bin/sh -c apk add --no-cache unzip ca-certificates curl # buildkit
ADD https://github.com/pocketbase/pocketbase/releases/download/v0.34.2/pocketbase_0.34.2_linux_amd64.zip /tmp/pb.zip # buildkit
RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=v0.1.2 /bin/sh -c unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip # buildkit
RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=v0.1.2 /bin/sh -c mkdir -p /pb/pb_data # buildkit
COPY pb_hooks /pb/pb_hooks # buildkit
COPY pb_migrations /pb/pb_migrations # buildkit
ENV ECHOOS_VERSION=v0.1.2
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8090/api/health || exit 1"] "30s" "3s" "10s" "0s" '\x03'}
EXPOSE [8090/tcp]
CMD ["/pb/pocketbase" "serve" "--http=0.0.0.0:8090"]

Labels

Key Value
org.opencontainers.image.created 2026-01-11T21:05:44.812Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision eefcbefb23576623d1c244efcc7ed24fa535b02a
org.opencontainers.image.source https://gitea.tylergwin.com/tgwin/EchoOS
org.opencontainers.image.title EchoOS
org.opencontainers.image.url https://gitea.tylergwin.com/tgwin/EchoOS
org.opencontainers.image.version v0.1.2
Details
Container
2026-01-11 16:07:16 -05:00
0
OCI / Docker
Versions (9) View all
latest 2026-02-08
master 2026-02-08
v0.2.0 2026-02-08
v0.1.5 2026-01-13
v0.1.4 2026-01-12