sha256:139cc5fc250ef2597a839eeac7812a17ece5f87fbf6ea30ece7bf60c20d674ad
OS/ARCH
Compressed size
335.35 MB
Last pushed
almost 2 years by viktorstrate
Type
Image
Manifest digest
sha256:025f803188be36cb55b515705b6bcbfa3c79e2ecf567ec91f9f35ef76279c4c8
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/ # buildkit410 B6RUN |1 TARGETPLATFORM=linux/amd64 /bin/bash -euo258.61 MB7COPY api/data /app/data # buildkit27.24 MB8COPY /app/ui/dist /app/ui # buildkit738.94 KB9COPY /app/api/photoview /app/photoview # buildkit21 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:a9a95cfab16803be03e59ade41622ef5061cf90f2d034304fe4ac1ee9ff30389 in /