pocket-id (v2)

Published 2026-07-02 14:01:48 -05:00 by adam in adam/pocket-id

Installation

docker pull git.adamayala.work/adam/pocket-id:v2
sha256:75a90edea5e7a5ec1593da7bb53e20bc59f18b0e2f1a48469a77936574c89fa9

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache curl su-exec # buildkit
COPY /build/pocket-id /app/pocket-id # buildkit
COPY ./scripts/docker /app/docker # buildkit
RUN /bin/sh -c chmod +x /app/pocket-id && find /app/docker -name "*.sh" -exec chmod +x {} \; # buildkit
EXPOSE map[1411/tcp:{}]
ENV APP_ENV=production
HEALTHCHECK &{["CMD" "/app/pocket-id" "healthcheck"] "1m30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["sh" "/app/docker/entrypoint.sh"]
CMD ["/app/pocket-id"]
Details
Container
2026-07-02 14:01:48 -05:00
225
OCI / Docker
linux/amd64
91 MiB
Versions (1) View all
v2 2026-07-02