sha256:ba8672c11bf2c5399533ba4ace2a393da6822436c20ccc736ec93c3273d9bd39
OS/ARCH
linux/amd64
Compressed size
385.82 MB
Last pushed
about 1 year by rubenc2
Type
Image
Manifest digest
sha256:ba8672c11bf2c5399533ba4ace2a393da6822436c20ccc736ec93c3273d9bd39
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 # buildkit593 B18RUN /bin/sh -c pip install37.81 MB19COPY .bashrc /root/.bashrc # buildkit557 B20COPY entrypoint.sh /entrypoint.sh # buildkit948 B21RUN /bin/sh -c chmod +x979 B22COPY app /var/www/html # buildkit1.41 MB23COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit744 B24COPY supervisor-conf.d /etc/supervisor/conf.d # buildkit690 B25RUN /bin/sh -c apt-get purge421.47 KB26RUN /bin/sh -c mkdir -p161 B27RUN /bin/sh -c chown -R1.41 MB28COPY .env /home/appuser/.env # buildkit255 B29RUN /bin/sh -c chmod 600269 B30EXPOSE map[443/tcp:{} 80/tcp:{}]0 B31LABEL security.note=Container runs as root0 B32HEALTHCHECK &{["CMD-SHELL" "curl -skf https://localhost/status0 B33ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'