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