workout/app (sha256:f3a1c8ac50fe323b2269965405e6d0190b77264ae8c40a8db06018bee09b32f7)

Published 2026-06-09 10:39:16 -07:00 by AlexanderJBauer

Installation

docker pull git.1bauer.com/alexanderjbauer/workout/app@sha256:f3a1c8ac50fe323b2269965405e6d0190b77264ae8c40a8db06018bee09b32f7
sha256:f3a1c8ac50fe323b2269965405e6d0190b77264ae8c40a8db06018bee09b32f7

Image layers

ADD alpine-minirootfs-3.21.7-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG POCKETBASE_VERSION=0.38.2
ARG TARGETARCH=arm64
RUN |2 POCKETBASE_VERSION=0.38.2 TARGETARCH=arm64 /bin/sh -c apk add --no-cache caddy ca-certificates # buildkit
RUN |2 POCKETBASE_VERSION=0.38.2 TARGETARCH=arm64 /bin/sh -c apk add --no-cache --virtual .pb-deps curl unzip && curl -L -o /tmp/pb.zip "https://github.com/pocketbase/pocketbase/releases/download/v${POCKETBASE_VERSION}/pocketbase_${POCKETBASE_VERSION}_linux_${TARGETARCH}.zip" && unzip /tmp/pb.zip -d /usr/local/bin/ && chmod +x /usr/local/bin/pocketbase && rm /tmp/pb.zip && apk del .pb-deps # buildkit
COPY /app/build /frontend # buildkit
COPY pb_migrations/ /pb/pb_migrations/ # buildkit
COPY deploy/app/Caddyfile /etc/caddy/Caddyfile # buildkit
COPY deploy/app/entrypoint.sh /entrypoint.sh # buildkit
RUN |2 POCKETBASE_VERSION=0.38.2 TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
VOLUME [/pb/pb_data]
EXPOSE [80/tcp]
CMD ["/entrypoint.sh"]
Details
Container
2026-06-09 10:39:16 -07:00
0
OCI / Docker
linux/arm64
30 MiB
Versions (6) View all