• Joined on 2021-11-02

pocketbase-traceway (next)

Published 2026-09-13 03:31:46 +00:00 by jens

Installation

docker pull git.jensneuber.de/jens/pocketbase-traceway:next
sha256:2abe3baf934ab876452fc29dd60a6b8fe3172218b7d75f4762f8d50cecceffa1

Images

Digest OS / Arch Size
959f2c7cf4 linux/amd64 44 MiB
c91b2a9883 linux/arm64 43 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
LABEL org.opencontainers.image.source=https://git.jensneuber.de/jens/pocketbase-traceway
LABEL org.opencontainers.image.description=NBO PocketBase custom binary with Traceway OpenTelemetry instrumentation
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata wget && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /
COPY /out/pocketbase /usr/local/bin/pocketbase # buildkit
COPY deploy/pocketbase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /pb_data /pb_public /pb_hooks && chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
ENV OTEL_SERVICE_NAME=nbo-pocketbase
EXPOSE [8090/tcp]
VOLUME [/pb_data /pb_public /pb_hooks]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.description NBO PocketBase custom binary with Traceway OpenTelemetry instrumentation
org.opencontainers.image.source https://git.jensneuber.de/jens/pocketbase-traceway
Details
Container
2026-09-13 03:31:46 +00:00
162
OCI / Docker
Versions (14) View all
next 2026-09-13
v0.40.4 2026-09-13
v0.40.3 2026-09-07
v0.40.2 2026-09-04
latest 2026-08-26