sha256:bdf13eb2a9e20d85d157bf104b56e1c97d340171814cbdb037911fc00a36af63
OS/ARCH
Compressed size
227.17 MB
Last pushed
almost 2 years by viktorstrate
Type
Image
Manifest digest
sha256:3c5e13465950a5145ef81663220f30175bc8c6a49843d88fa615a958afa12fa5
Image Layers
1ADD file ... in / 23.57 MB2CMD ["bash"]0 B3ARG TARGETPLATFORM=linux/arm/v70 B4SHELL [/bin/bash -euo pipefail -c]0 B5COPY scripts/install_runtime_dependencies.sh /app/scripts/ # buildkit424 B6RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/bash -euo155.9 MB7COPY api/data /app/data # buildkit27.24 MB8COPY /app/ui/dist /app/ui # buildkit738.96 KB9COPY /app/api/photoview /app/photoview # buildkit19.73 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:e76e8ba7ebca0b1dcaec16ad1e863ab59c7e155f0b95ba46f5543e418a904b35 in /