Eric X. Liu eric

stock-analyzer-pocketbase (2026-04-09-5e298e)

Published 2026-04-09 07:13:02 +00:00 by eric

Installation

docker pull git.ericxliu.me/eric/stock-analyzer-pocketbase:2026-04-09-5e298e
sha256:370bb65ba4d3fce1fa3d919c27dfc9485dc3291dff5ae19ace3ff362c31d732f

Images

Digest OS / Arch Size
e9a1e79916 linux/amd64 20 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION=0.21.3
RUN |1 PB_VERSION=0.21.3 /bin/sh -c apk add --no-cache curl unzip # buildkit
RUN |1 PB_VERSION=0.21.3 /bin/sh -c curl -L -o /tmp/pb.zip https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_amd64.zip && unzip /tmp/pb.zip -d /usr/local/bin && rm /tmp/pb.zip # buildkit
VOLUME [/pb/pb_data]
EXPOSE [8090/tcp]
ENTRYPOINT ["/usr/local/bin/pocketbase"]
Details
Container
2026-04-09 07:13:02 +00:00
0
OCI / Docker
Versions (3) View all
2026-04-09-5e298e 2026-04-09
latest 2026-04-09
2025-11-22-5e298e 2026-04-09