sha256:241dc26b47f4f184c8fe20d0650e6a90b7f0dfff716a1807858eb3d784f8b673
OS/ARCH
Compressed size
52.45 MB
Last pushed
over 1 year by badal773
Type
Image
Manifest digest
sha256:2dbaa6c5b62e3ba814a156f1eac7ab1ac0f5bdf6ea3534239e179bb7e1ea8be9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.30 B6ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e0410 B7RUN /bin/sh -c set -eux;12.01 MB8RUN /bin/sh -c set -eux;249 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.17 MB14COPY app.py ./ # buildkit261 B15COPY uwsgi.ini ./ # buildkit229 B16COPY nginx.conf /etc/nginx/nginx.conf # buildkit526 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 'amd64' out/ 'bookworm' '@1747699200'