Tyler Gwin tgwin
  • Joined on 2025-01-19

echoos/pocketbase (v0.1.1)

Published 2026-01-11 15:34:22 -05:00 by tgwin

Installation

docker pull gitea.tylergwin.com/tgwin/echoos/pocketbase:v0.1.1
sha256:600ab9c0cd9456287618bc81b8f1c62d82f86eb931353f591b26799e530374ef

Images

Digest OS / Arch Size
72a748e4a3 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.1
RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=v0.1.1 /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.1 /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.1 /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.1
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-11T20:32:37.733Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 96f3562641178568cc28619f631d70ccc6190a08
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.1
Details
Container
2026-01-11 15:34:22 -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