Sign inSign up

soulter/shipyard-bay:8d23c60a705ac91802921ea0743e02d0c6b82462

Multi-platform
Index digest

sha256:24e22abcf01d3b2b3eb64539ed0223bf50df7d73a869f2d3f3b98c8f3573364b

OS/ARCH

Compressed size

100.98 MB

Last pushed

8 months by soulter

Type

Image

Manifest digest

sha256:1369bdb4376d0f4040ffc8e256754582d7546ad6ccf19e447238bd8ae913e95e

Image Layers

1# debian.sh --arch 'amd64' out/28.39 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;1.23 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.140 B
7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B
8RUN /bin/sh -c set -eux;13.7 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update7.66 MB
12WORKDIR /app93 B
13COPY /app/wheels /app/wheels # buildkit18.73 MB
14COPY requirements.txt ./ # buildkit32.55 KB
15RUN /bin/sh -c pip install31.02 MB
16COPY pyproject.toml alembic.ini run.py ./2.06 KB
17COPY app/ ./app/ # buildkit34.3 KB
18COPY alembic/ ./alembic/ # buildkit1.28 KB
19RUN /bin/sh -c mkdir -p110 B
20COPY /app/dashboard/dist /usr/share/nginx/html # buildkit189.04 KB
21COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.32 KB
22COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit428 B
23RUN /bin/sh -c chmod +x426 B
24EXPOSE [8156/tcp 8157/tcp]0 B
25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8157/nginx-health0 B
26ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'