Antonio Narra tony
  • Joined on 2025-11-27

pocketbase-docker (0.39.0-rc1-ubi9-minimal)

Published 2026-07-12 15:08:03 +02:00 by tony

Installation

docker pull git.server-home.app/tony/pocketbase-docker:0.39.0-rc1-ubi9-minimal
sha256:fafb1e6217b17c56db2d369df257989526411d87a02ecc6c6997194ea850493b

Images

Digest OS / Arch Size
bb6c3c05a0 linux/amd64 64 MiB
0d9bceeea7 linux/arm64 61 MiB

Image Layers ( linux/arm64)

LABEL maintainer="Red Hat, Inc."
LABEL vendor="Red Hat, Inc."
LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9/ubi-minimal" version="9.8" cpe="cpe:/a:redhat:enterprise_linux:9::appstream" distribution-scope="public"
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
ENV container oci
COPY dir:33d9a0597e0a229533d40301027624dd670560f4cec941a76f227790e1dd51ed in /
COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
COPY dir:a896e70442063b6b2aecdf0aac7a09d8b18a0772ea7b0aee60c2830a8ad0b28a in /usr/share/buildinfo/
COPY dir:a896e70442063b6b2aecdf0aac7a09d8b18a0772ea7b0aee60c2830a8ad0b28a in /root/buildinfo/
LABEL "org.opencontainers.image.created"="2026-06-30T05:31:10Z" "org.opencontainers.image.revision"="9d52f7ccf5e43749249b95c398cdcb9020bc399d" "build-date"="2026-06-30T05:31:10Z" "architecture"="aarch64" "vcs-ref"="9d52f7ccf5e43749249b95c398cdcb9020bc399d" "vcs-type"="git" "release"="1782797275"org.opencontainers.image.created=2026-06-30T05:31:10Z,org.opencontainers.image.revision=9d52f7ccf5e43749249b95c398cdcb9020bc399d
LABEL org.opencontainers.image.title=pocketbase-docker
LABEL org.opencontainers.image.description=Unofficial configurable PocketBase Docker image with full environment-based setup
LABEL org.opencontainers.image.url=https://github.com/narra-antonio/pocketbase-docker
LABEL org.opencontainers.image.source=https://github.com/narra-antonio/pocketbase-docker
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.authors=Antonio Narra <antonio@antonionarra.io>
RUN /bin/sh -c microdnf install -y ca-certificates tzdata bash wget shadow-utils && microdnf clean all # buildkit
RUN /bin/sh -c groupadd -g 1000 pocketbase && useradd -u 1000 -g pocketbase -s /bin/bash -M pocketbase # buildkit
WORKDIR /app
COPY /tmp/pocketbase /app/pocketbase # buildkit
COPY --chown=pocketbase:pocketbase pb_migrations/1000000000_initial_settings.js /app/pb_migrations_default/1000000000_initial_settings.js # buildkit
COPY --chown=pocketbase:pocketbase docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /app/docker-entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /pb_data /pb_migrations /pb_hooks /pb_public /pb_templates && chown -R pocketbase:pocketbase /pb_data /pb_migrations /pb_hooks /pb_public /pb_templates /app # buildkit
USER pocketbase
EXPOSE [8090/tcp]
VOLUME [/pb_data /pb_migrations /pb_hooks /pb_public /pb_templates]
HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=1 --spider http://localhost:${PB_PORT:-8090}/api/health || exit 1] Interval:30s Timeout:5s StartPeriod:15s StartInterval:0s Retries:3}
ENTRYPOINT ["/app/docker-entrypoint.sh"]

Labels

Key Value
architecture aarch64
build-date 2026-06-30T05:31:10Z
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
cpe cpe:/a:redhat:enterprise_linux:9::appstream
description The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
distribution-scope public
io.buildah.version 1.44.0
io.k8s.description The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
io.k8s.display-name Red Hat Universal Base Image 9 Minimal
io.openshift.expose-services
io.openshift.tags minimal rhel9
maintainer Red Hat, Inc.
name ubi9/ubi-minimal
org.opencontainers.image.authors Antonio Narra <antonio@antonionarra.io>
org.opencontainers.image.created 2026-06-30T05:31:10Z
org.opencontainers.image.description Unofficial configurable PocketBase Docker image with full environment-based setup
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision fb3a386be9ff9245d018b6fdc51388f73329bb92
org.opencontainers.image.source https://github.com/narra-antonio/pocketbase-docker
org.opencontainers.image.title pocketbase-docker
org.opencontainers.image.url https://github.com/narra-antonio/pocketbase-docker
org.opencontainers.image.version 0.39.0-rc1
release 1782797275
summary Provides the latest release of the minimal Red Hat Universal Base Image 9.
url https://catalog.redhat.com/en/search?searchType=containers
vcs-ref 9d52f7ccf5e43749249b95c398cdcb9020bc399d
vcs-type git
vendor Red Hat, Inc.
version 9.8
Details
Container
2026-07-12 15:08:03 +02:00
0
OCI / Docker
Versions (12) View all
trixie 2026-07-13
0.39.0-trixie 2026-07-13
latest 2026-07-13
0.39.0 2026-07-13
alpine 2026-07-13