Sign inSign up

stenakestrid/hello-sten:1.0.0-debian

Index digest

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 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;1.23 MB
4ENV PYTHON_VERSION=3.14.50 B
5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B
6RUN /bin/sh -c set -eux;11.76 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9LABEL description=Python web server container0 B
10ARG UID=10010 B
11ARG GID=10020 B
12RUN |2 UID=1001 GID=1002 /bin/sh3.27 KB
13WORKDIR /opt/hello-sten120 B
14ENV PYTHONDONTWRITEBYTECODE=10 B
15ENV PYTHONUNBUFFERED=10 B
16ENV VIRTUAL_ENV=/opt/venvs/venv0 B
17ENV PATH=/opt/venvs/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
18ENV DEBIAN_FRONTEND=noninteractive0 B
19RUN |2 UID=1001 GID=1002 /bin/sh114 B
20RUN |2 UID=1001 GID=1002 /bin/sh5.47 MB
21COPY --chown=appuser:docker ./application/requirements.txt ./application/requirements.txt #275 B
22COPY --chown=appuser:docker ./application/constraints.txt ./application/constraints.txt #403 B
23RUN |2 UID=1001 GID=1002 /bin/sh10.52 MB
24COPY --chown=appuser:docker /opt/hello-sten/application ./application #3.84 KB
25COPY --chown=appuser:docker /opt/hello-sten/configs ./configs #331 B
26USER appuser0 B
27EXPOSE [8080/tcp]0 B
28CMD ["gunicorn" "application.wsgi:app" "--config" "configs/gunicorn.conf.py"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'