sha256:73a1771caf4396d1cb296dc7bb1ceb7f58a5911b2dc3b33f642edc779b0b2c9b
OS/ARCH
linux/amd64
Compressed size
421.94 MB
Last pushed
about 1 year by rubenc2
Type
Image
Manifest digest
sha256:73a1771caf4396d1cb296dc7bb1ceb7f58a5911b2dc3b33f642edc779b0b2c9b
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 /home/appuser/app140 B14RUN /bin/sh -c apt-get update173.58 MB15RUN /bin/sh -c curl -L101.68 MB16RUN /bin/sh -c curl -L28.03 MB17COPY requirements.txt /tmp/requirements.txt # buildkit594 B18RUN /bin/sh -c pip install36.7 MB19COPY .bashrc /root/.bashrc # buildkit556 B20COPY entrypoint.sh /entrypoint.sh # buildkit948 B21RUN /bin/sh -c chmod +x980 B22COPY app /var/www/html # buildkit1.41 MB23COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit746 B24COPY supervisor-conf.d /etc/supervisor/conf.d # buildkit692 B25RUN /bin/sh -c mkdir -p161 B26RUN /bin/sh -c chown -R1.41 MB27EXPOSE map[443/tcp:{} 80/tcp:{}]0 B28ENTRYPOINT ["/entrypoint.sh"]0 B2935.82 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'