Sign inSign up

selfhostedpro/yacht:sha-3ed95ef

Multi-platform
Index digest

sha256:bce7c6d0b8e4b274da180f8fb7e7c798f43b390973e9dd107912061a31141acf

OS/ARCH

Compressed size

150.26 MB

Last pushed

18 days by selfhostedpro

Type

Image

Manifest digest

sha256:d50a845ca10aea3fba80aa331f2a462518c14a6f6b184381d1cf8ddd083c039f

Image Layers

1# debian.sh --arch 'arm64' out/28.76 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.39 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.160 B
7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B
8RUN /bin/sh -c set -eux;13.74 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11ENV PYTHONIOENCODING=UTF-80 B
12ENV THEME=Default0 B
13ENV PYTHONPATH=/api0 B
14WORKDIR /api93 B
15COPY ./backend/requirements.txt ./ # buildkit765 B
16RUN /bin/sh -c apt-get update4.48 MB
17COPY /wheels /wheels # buildkit38.48 MB
18RUN /bin/sh -c pip3 install55.65 MB
19RUN /bin/sh -c groupadd -r1.08 KB
20COPY ./backend/ /api/ # buildkit33.55 KB
21COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB
22COPY ./docker/start.sh /usr/local/bin/start.sh # buildkit577 B
23COPY /app/dist /app # buildkit2.36 MB
24RUN /bin/sh -c chmod +x2.36 MB
25VOLUME [/config]0 B
26EXPOSE [8000/tcp]0 B
27CMD ["/usr/local/bin/start.sh"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'