Sign inSign up

callmeradical/k8s-chat:main-ee8c551

Multi-platform
Index digest

sha256:cf85239e9a6a258d63e4ae528f9490c3753b073132238299736c045fe9f12304

OS/ARCH

Compressed size

132.62 MB

Last pushed

10 months by callmeradical

Type

Image

Manifest digest

sha256:77382e7402ecf93f42a115d34a64c3361aa92ff79bff041ebd34f356a099d84c

Image Layers

1# debian.sh --arch 'arm64' out/28.74 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.21 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.65 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update20.64 MB
12RUN /bin/sh -c useradd --create-home3.23 KB
13WORKDIR /app92 B
14COPY backend/requirements.txt ./ # buildkit525 B
15RUN /bin/sh -c pip install67.56 MB
16COPY backend/ ./backend/ # buildkit45.45 KB
17COPY /app/frontend/dist /usr/share/nginx/html/ # buildkit736.96 KB
18COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit939 B
19COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit545 B
20COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.19 KB
21RUN /bin/sh -c chmod +x1.19 KB
22RUN /bin/sh -c mkdir -p112 B
23RUN /bin/sh -c chown -R45.73 KB
24EXPOSE [80/tcp 8000/tcp]0 B
25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/health0 B
26USER app0 B
27ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B
28CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf" "-n"]0 B

Command

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