tonyslist (sha256:85585b3608908a46654a267fd4d85c82da760eda5064d3ce4c9a13f9087df01c)

Published 2024-11-26 21:17:16 -08:00 by tgrosinger

Installation

docker pull git.grosinger.net/tgrosinger/tonyslist@sha256:85585b3608908a46654a267fd4d85c82da760eda5064d3ce4c9a13f9087df01c
sha256:85585b3608908a46654a267fd4d85c82da760eda5064d3ce4c9a13f9087df01c

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
RUN /bin/sh -c apt update && apt install -y libvips libvips-tools exiftool sqlite3 # buildkit
COPY db /db # buildkit
COPY templates /templates # buildkit
COPY /build/orcashub /orcashub # buildkit
COPY /build/static /static # buildkit
ENV TZ=America/Los_Angeles
ENV APP_ENVIRONMENT=prod
WORKDIR /
USER 1000
EXPOSE map[8000/tcp:{}]
ENTRYPOINT ["/orcashub"]
Details
Container
2024-11-26 21:17:16 -08:00
1
OCI / Docker
linux/amd64
205 MiB
Versions (43) View all
0.12.2 2024-12-21
0.12.0 2024-12-21
0.11.6 2024-12-09
0.11.5 2024-11-26
0.11.4 2024-11-26