exerblog-db (sha256:5b13809f50e7c7c2bc193904f487ef72ebe83fb73e8a5efa82ab163c7da6cc44)

Published 2025-12-27 07:46:10 -08:00 by buckbanzai in buckbanzai/exerblog

Installation

docker pull scm.gruezi.net/buckbanzai/exerblog-db@sha256:5b13809f50e7c7c2bc193904f487ef72ebe83fb73e8a5efa82ab163c7da6cc44
sha256:5b13809f50e7c7c2bc193904f487ef72ebe83fb73e8a5efa82ab163c7da6cc44

Image layers

ADD alpine-minirootfs-3.19.9-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /
COPY migrations ./migrations # buildkit
COPY templates ./templates # buildkit
ARG TARGETARCH=arm64
RUN |1 TARGETARCH=arm64 /bin/sh -c echo ${TARGETARCH} # buildkit
COPY ./pocketbase_arm64 /pocketbase # buildkit
RUN |1 TARGETARCH=arm64 /bin/sh -c chmod +x /pocketbase # buildkit
ENV MEILI_URL=http://localhost:7700
ENV MEILI_MASTER_KEY=
EXPOSE [8090/tcp]
ENTRYPOINT ["/pocketbase" "serve" "--http=0.0.0.0:8090" "--dir=/pb_data"]

Labels

Key Value
org.opencontainers.image.created 2025-12-27T15:45:49Z
org.opencontainers.image.revision 3826c8b6d5729b3af4b50ed9b28e185e3daf8810
org.opencontainers.image.source https://scm.gruezi.net/buckbanzai/exerblog.git
org.opencontainers.image.url https://scm.gruezi.net/buckbanzai/exerblog
Details
Container
2025-12-27 07:46:10 -08:00
1
OCI / Docker
linux/arm64
24 MiB
Versions (1) View all
latest 2025-12-27