Antonio Narra tony
  • Joined on 2025-11-27

pocketbase-docker (ubi9-minimal)

Published 2026-07-13 19:56:46 +02:00 by tony

Installation

docker pull git.server-home.app/tony/pocketbase-docker:ubi9-minimal
sha256:57ecdf6a9a842588fbf6383d2567b3767854692d2eb7e5ccfb39d2af978ce955

Images

Digest OS / Arch Size
59995096d6 linux/amd64 64 MiB
410b5b446d linux/arm64 61 MiB

Image Layers ( linux/amd64)

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:efac128f83583a6247aea2e1de3f354267a91fa9afbb47889a2bebf40b22f4af in /
COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.
CMD ["/bin/bash"]
COPY dir:041b210b17febe96db30cba4f2b22eb7e05f976482f5a304098344e035b1cad8 in /usr/share/buildinfo/
COPY dir:041b210b17febe96db30cba4f2b22eb7e05f976482f5a304098344e035b1cad8 in /root/buildinfo/
LABEL "org.opencontainers.image.created"="2026-06-30T05:29:15Z" "org.opencontainers.image.revision"="9d52f7ccf5e43749249b95c398cdcb9020bc399d" "build-date"="2026-06-30T05:29:15Z" "architecture"="x86_64" "vcs-ref"="9d52f7ccf5e43749249b95c398cdcb9020bc399d" "vcs-type"="git" "release"="1782797275"org.opencontainers.image.created=2026-06-30T05:29:15Z,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 x86_64
build-date 2026-06-30T05:29:15Z
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:29:15Z
org.opencontainers.image.description Unofficial configurable PocketBase Docker image with full environment-based setup
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 9d1c610b77e2f9dbaf96f3b8491df33f37b76785
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
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-13 19:56:46 +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