Block a user
echoos/pocketbase (master)
Published 2026-02-08 12:29:16 -05:00 by tgwin
Installation
docker pull gitea.tylergwin.com/tgwin/echoos/pocketbase:mastersha256:2f5915dbaf683f1884c1f3b7fd5c7b64b53993e9f970ae92abf5654e1a106a2c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f0793ff064 | linux/amd64 | 30 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.34.2 |
| ARG ECHOOS_VERSION=master |
| RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=master /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=master /bin/sh -c unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip # buildkit |
| RUN |2 PB_VERSION=0.34.2 ECHOOS_VERSION=master /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=master |
| 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-02-08T17:27:51.576Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 96c834c0ed5e55dfaae07b2c8f6cb52bc9fed362 |
| 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 | master |