Sign inSign up

stenakestrid/hello-sten:1.0.1-debian

Index digest

sha256:b20b89a6b9f1c75336ccccc672c51af0b117371994939f2f39db4978ab00bc7f

OS/ARCH

linux/amd64

Compressed size

57.39 MB

Last pushed

3 months by stenakestrid

Type

Image

Manifest digest

sha256:7093f61f24bec214305c1558faebf4b624e624132b8dfe2045a6a0e872b3c4ab

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/sh113 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 #406 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 #332 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'