sha256:7bd378fc9322c0fed082f045e0b151c00c79917c8b07b2fa6c7237a89e02b26a
OS/ARCH
Compressed size
334.02 MB
Last pushed
almost 2 years by viktorstrate
Type
Image
Manifest digest
sha256:c9e92b8e26ca7fa55ffb7291ebd29e22b3e421182dfe24579a473417a7c8ea55
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3ARG TARGETPLATFORM=linux/amd640 B4SHELL [/bin/bash -euo pipefail -c]0 B5COPY scripts/install_runtime_dependencies.sh /app/scripts/ # buildkit424 B6RUN |1 TARGETPLATFORM=linux/amd64 /bin/bash -euo257.26 MB7COPY api/data /app/data # buildkit27.24 MB8COPY /app/ui/dist /app/ui # buildkit738.95 KB9COPY /app/api/photoview /app/photoview # buildkit21.01 MB10WORKDIR /home/photoview32 B11ENV PHOTOVIEW_LISTEN_IP=127.0.0.10 B12ENV PHOTOVIEW_LISTEN_PORT=800 B13ENV PHOTOVIEW_SERVE_UI=10 B14ENV PHOTOVIEW_UI_PATH=/app/ui0 B15ENV PHOTOVIEW_FACE_RECOGNITION_MODELS_PATH=/app/data/models0 B16ENV PHOTOVIEW_MEDIA_CACHE=/home/photoview/media-cache0 B17EXPOSE map[80/tcp:{}]0 B18HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:${PHOTOVIEW_LISTEN_PORT}/api/graphql0 B19USER photoview0 B20ENTRYPOINT ["/app/photoview"]0 BCommand
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in /