sha256:77a0a082731de83f091e98a3cdaa3d7b770e501d73031deaa9a617e7b55d2efb
OS/ARCH
linux/amd64
Compressed size
385.82 MB
Last pushed
about 1 year by rubenc2
Type
Image
Manifest digest
sha256:77a0a082731de83f091e98a3cdaa3d7b770e501d73031deaa9a617e7b55d2efb
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12RUN /bin/sh -c useradd --create-home3.25 KB13WORKDIR /var/www/html/130 B14RUN /bin/sh -c apt-get update171.67 MB15RUN /bin/sh -c curl -L101.77 MB16RUN /bin/sh -c curl -L28.03 MB17COPY requirements.txt /tmp/requirements.txt # buildkit595 B18RUN /bin/sh -c pip install37.81 MB19COPY .bashrc /root/.bashrc # buildkit557 B20COPY entrypoint.sh /entrypoint.sh # buildkit947 B21RUN /bin/sh -c chmod +x980 B22COPY app /var/www/html # buildkit1.41 MB23COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit740 B24COPY supervisor-conf.d /etc/supervisor/conf.d # buildkit691 B25RUN /bin/sh -c apt-get purge593 B26RUN /bin/sh -c mkdir -p160 B27RUN /bin/sh -c chown -R1.41 MB28EXPOSE map[443/tcp:{} 80/tcp:{}]0 B29ENTRYPOINT ["/entrypoint.sh"]0 B30419.72 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'