tonyslist (sha256:b5347b707c53b57539a36383172df4fb5381ad57f9f5e21b26e088b21a057909)

Published 2024-11-26 21:34:21 -08:00 by tgrosinger

Installation

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

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:34:21 -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