Block a user
ijr (latest)
Published 2026-09-07 22:14:20 +02:00 by mikula
Installation
docker pull gitea.mikulalajos.hu/mikula/ijr:latestsha256:78e7781cca1d0c1f61ff1d4569f15941adc687af1936095ba200119efc191a82
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8017fbdad8 | linux/amd64 | 39 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.39.0 |
| RUN |1 PB_VERSION=0.39.0 /bin/sh -c apk add --no-cache unzip ca-certificates # buildkit |
| ADD https://github.com/pocketbase/pocketbase/releases/download/v0.39.0/pocketbase_0.39.0_linux_amd64.zip /tmp/pb.zip # buildkit |
| RUN |1 PB_VERSION=0.39.0 /bin/sh -c unzip /tmp/pb.zip -d /pb/ # buildkit |
| COPY ./build /pb/pb_public # buildkit |
| COPY ./pb_hooks /pb/pb_hooks # buildkit |
| COPY ./pb_migrations /pb/pb_migrations # buildkit |
| EXPOSE [8080/tcp] |
| RUN |1 PB_VERSION=0.39.0 /bin/sh -c apk add --no-cache curl # buildkit |
| EXPOSE [8090/tcp] |
| LABEL description=IJR PB Backend |
| LABEL maintainer=Mikula Lajos e.v. <me@mikulalajos.hu> |
| HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8090/api/health || exit 1] Interval:30s Timeout:10s StartPeriod:5s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/pb/pocketbase" "serve" "--http=0.0.0.0:8090" "--dir=/pb/pb_data" "--publicDir=/pb/pb_public" "--hooksDir=/pb/pb_hooks" "--migrationsDir=/pb/pb_migrations"] |
Labels
| Key | Value |
|---|---|
| description | IJR PB Backend |
| maintainer | Mikula Lajos e.v. <me@mikulalajos.hu> |