sha256:572de4c1999f58128c2c53c014b6f084bb98606f7863c4df35be3e8a83bb0959
OS/ARCH
Compressed size
239.69 MB
Last pushed
almost 2 years by viktorstrate
Type
Image
Manifest digest
sha256:c10e455e27687c877b568c1a4ecb014025b3f970033bbd6ebd8e62cb46ff89b9
Image Layers
1ADD file ... in / 27.81 MB2CMD ["bash"]0 B3ARG TARGETPLATFORM=linux/arm640 B4SHELL [/bin/bash -euo pipefail -c]0 B5COPY scripts/install_runtime_dependencies.sh /app/scripts/ # buildkit400 B6RUN |1 TARGETPLATFORM=linux/arm64 /bin/bash -euo163.91 MB7COPY api/data /app/data # buildkit27.24 MB8COPY /app/ui/dist /app/ui # buildkit738.92 KB9COPY /app/api/photoview /app/photoview # buildkit20.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:28df1cb6a6576d40b5226851d0a6a76ffd5d1c94644ee441490b74a90f29f425 in /