Sign inSign up

ictu/quality-time_external_server:v4.7.0-rc.5

Manifest digest

sha256:ba200de516d19d3e36876da9bfea43cbf41c719e84555af04f0d566346b123fc

OS/ARCH

linux/amd64

Compressed size

376.94 MB

Last pushed

over 3 years by fniessink

Type

Image

Manifest digest

sha256:ba200de516d19d3e36876da9bfea43cbf41c719e84555af04f0d566346b123fc

Image Layers

1ADD file ... in / 52.48 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get4.92 MB
4/bin/sh -c set -ex; if10.37 MB
5/bin/sh -c apt-get update &&52.06 MB
6/bin/sh -c set -ex; apt-get187.76 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-get6 MB
10ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
11ENV PYTHON_VERSION=3.10.90 B
12/bin/sh -c set -eux; wget19.11 MB
13/bin/sh -c set -eux; for235 B
14ENV PYTHON_PIP_VERSION=22.3.10 B
15ENV PYTHON_SETUPTOOLS_VERSION=65.5.00 B
16ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py0 B
17ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc60 B
18/bin/sh -c set -eux; wget2.91 MB
19CMD ["python3"]0 B
20LABEL maintainer=Quality-time team <[email protected]>0 B
21LABEL description=Quality-time external 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:${EXTERNAL_SERVER_PORT:-5001}/api/health0 B
27COPY /home/server/venv /home/server/venv # buildkit40.63 MB
28COPY external_server/src /home/server # buildkit25.29 KB
29COPY shared_data_model /home/shared_data_model # buildkit668.7 KB
30COPY shared_server_code /home/shared_server_code # buildkit21.68 KB
31ENV PATH=/home/server/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
32CMD ["python" "/home/server/quality_time_server.py"]0 B

Command

ADD file:c13b430c8699df107ffd9ea5230b92238bc037a8e1cbbe35d6ab664941d575da in /