sha256:d43570e2036a88dd8d6904c95740d4c4f380564339b0affac852c71db7dad9c4
OS/ARCH
Compressed size
418.03 MB
Last pushed
3 months by lycheebot
Type
Image
Manifest digest
sha256:949b27e02ee1cdc8177f95b7872178a7c5999a97832520c51b07849d22db2351
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2LABEL maintainer=lycheeorg0 B3LABEL org.opencontainers.image.title=Lychee0 B4LABEL org.opencontainers.image.description=Self-hosted photo management system0 B5LABEL org.opencontainers.image.authors=LycheeOrg0 B6LABEL org.opencontainers.image.vendor=LycheeOrg0 B7LABEL org.opencontainers.image.source=https://github.com/LycheeOrg/Lychee0 B8LABEL org.opencontainers.image.url=https://lycheeorg.github.io0 B9LABEL org.opencontainers.image.documentation=https://lycheeorg.dev/docs0 B10LABEL org.opencontainers.image.licenses=MIT0 B11LABEL org.opencontainers.image.base.name=debian:trixie-slim0 B12ENV PUID=10000 B13ENV PGID=10000 B14ENV PHP_TZ=UTC0 B15RUN /bin/sh -c set -ev239.97 MB16WORKDIR /app93 B17COPY --chown=www-data:www-data . . #133.29 MB18COPY --chown=www-data:www-data /app/vendor ./vendor #13.43 MB19COPY --chown=www-data:www-data /app/public/build ./public/build #2.22 MB20COPY --chown=www-data:www-data /app/public/embed ./public/embed #189.11 KB21RUN /bin/sh -c mkdir -p173.16 KB22COPY docker/scripts/00-conf-check.sh /usr/local/bin/00-conf-check.sh # buildkit440 B23COPY docker/scripts/01-validate-env.sh /usr/local/bin/01-validate-env.sh # buildkit1.64 KB24COPY docker/scripts/02-dump-env.sh /usr/local/bin/02-dump-env.sh # buildkit1.8 KB25COPY docker/scripts/03-db-check.sh /usr/local/bin/03-db-check.sh # buildkit752 B26COPY docker/scripts/04-user-setup.sh /usr/local/bin/04-user-setup.sh # buildkit655 B27COPY docker/scripts/05-permissions-check.sh /usr/local/bin/05-permissions-check.sh # buildkit975 B28COPY docker/scripts/create-admin-user.sh /usr/local/bin/create-admin-user.sh # buildkit761 B29COPY docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit2.63 KB30RUN /bin/sh -c chmod +x5.7 KB31COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.36 KB32EXPOSE [8000/tcp]0 B33ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B34HEALTHCHECK {Test:[CMD-SHELL curl --fail http://localhost:8000/0 B35CMD ["nginx"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'