sha256:241dc26b47f4f184c8fe20d0650e6a90b7f0dfff716a1807858eb3d784f8b673
OS/ARCH
Compressed size
52.07 MB
Last pushed
over 1 year by badal773
Type
Image
Manifest digest
sha256:a348dfdb8186cf8f011ff20acf944422a2d0ef76b3d6266cb84e6a265a041694
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.18 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.30 B6ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e0410 B7RUN /bin/sh -c set -eux;11.92 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=1 LANG=C.UTF-80 B11WORKDIR /app92 B12COPY requirements.txt requirements.txt # buildkit178 B13RUN /bin/sh -c apt-get update10.2 MB14COPY app.py ./ # buildkit261 B15COPY uwsgi.ini ./ # buildkit229 B16COPY nginx.conf /etc/nginx/nginx.conf # buildkit528 B17COPY start.sh ./ # buildkit232 B18RUN /bin/sh -c chmod +x228 B19RUN /bin/sh -c groupadd -g3.69 KB20EXPOSE map[80/tcp:{}]0 B21USER nonroot0 B22STOPSIGNAL SIGTERM0 B23CMD ["/app/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'