sha256:9d52868d376ec3e792673850b6238a741383e12d4d6d53e9605026a8ee9b864d
OS/ARCH
Compressed size
52.32 MB
Last pushed
over 1 year by badal773
Type
Image
Manifest digest
sha256:8ee2b10a9192996564267f36c6418531d01b44d1c7a99c725c89739f233cabea
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 /app93 B12COPY requirements.txt requirements.txt # buildkit178 B13RUN /bin/sh -c apt-get update10.04 MB14COPY app.py ./ # buildkit262 B15COPY uwsgi.ini ./ # buildkit229 B16COPY nginx.conf /etc/nginx/nginx.conf # buildkit527 B17COPY start.sh ./ # buildkit232 B18RUN /bin/sh -c chmod +x227 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'