Sign inSign up

ictu/quality-time_server:v3.35.0-rc.4

Manifest digest

sha256:49dc2c6ac7c15501a0cf1e5e916f6f485a3dae1f1993f885e1724ed341d0d9cd

OS/ARCH

linux/amd64

Compressed size

365.56 MB

Last pushed

over 4 years by fniessink

Type

Image

Manifest digest

sha256:49dc2c6ac7c15501a0cf1e5e916f6f485a3dae1f1993f885e1724ed341d0d9cd

Image Layers

1ADD file ... in / 48.1 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get7.49 MB
4/bin/sh -c set -ex; if9.53 MB
5/bin/sh -c apt-get update &&49.44 MB
6/bin/sh -c set -ex; apt-get183.57 MB
7ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
8ENV LANG=C.UTF-80 B
9/bin/sh -c set -eux; apt-get5.86 MB
10ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
11ENV PYTHON_VERSION=3.10.40 B
12/bin/sh -c set -eux; wget19.67 MB
13/bin/sh -c set -eux; for239 B
14ENV PYTHON_PIP_VERSION=22.0.40 B
15ENV PYTHON_SETUPTOOLS_VERSION=58.1.00 B
16ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py0 B
17ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a0 B
18/bin/sh -c set -eux; wget2.74 MB
19CMD ["python3"]0 B
20LABEL maintainer=Frank Niessink <[email protected]>0 B
21LABEL description=Quality-time server0 B
22RUN /bin/sh -c apt-get update32 B
23RUN /bin/sh -c useradd --create-home4.04 KB
24WORKDIR /home/server32 B
25USER server0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${SERVER_PORT:-5001}/api/health0 B
27COPY /home/server/venv /home/server/venv # buildkit38.44 MB
28COPY server/src /home/server # buildkit688.79 KB
29COPY shared_python /home/shared_python # buildkit35.78 KB
30ENV PATH=/home/server/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
31CMD ["python" "/home/server/quality_time_server.py"]0 B

Command

ADD file:8c5e9f12fd3b6e830ec0ee1800d8e9dcebf217896148f2dc72c010c8a88d9b8f in /