sha256:e94cca9989b19e3ca3502d2a86d5bc0c1c64a820470e909171a890f0bbba273f
OS/ARCH
linux/amd64
Compressed size
57.39 MB
Last pushed
3 months by stenakestrid
Type
Image
Manifest digest
sha256:52455eebe6cafc1f57a48fc0f0bb8831045ad12b34fe8e6a4bff4c7e84e7ef9b
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.50 B5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9LABEL description=Python web server container0 B10ARG UID=10010 B11ARG GID=10020 B12RUN |2 UID=1001 GID=1002 /bin/sh3.27 KB13WORKDIR /opt/hello-sten120 B14ENV PYTHONDONTWRITEBYTECODE=10 B15ENV PYTHONUNBUFFERED=10 B16ENV VIRTUAL_ENV=/opt/venvs/venv0 B17ENV PATH=/opt/venvs/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18ENV DEBIAN_FRONTEND=noninteractive0 B19RUN |2 UID=1001 GID=1002 /bin/sh114 B20RUN |2 UID=1001 GID=1002 /bin/sh5.47 MB21COPY --chown=appuser:docker ./application/requirements.txt ./application/requirements.txt #275 B22COPY --chown=appuser:docker ./application/constraints.txt ./application/constraints.txt #403 B23RUN |2 UID=1001 GID=1002 /bin/sh10.52 MB24COPY --chown=appuser:docker /opt/hello-sten/application ./application #3.84 KB25COPY --chown=appuser:docker /opt/hello-sten/configs ./configs #331 B26USER appuser0 B27EXPOSE [8080/tcp]0 B28CMD ["gunicorn" "application.wsgi:app" "--config" "configs/gunicorn.conf.py"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'