Sign inSign up

netreconlab/ca-server:0.2.4

Multi-platform
Index digest

sha256:cf670f1fd521dd4f7c3fe1e4cd93bbaf4d0b45a61babe7dbf51515f83b604975

OS/ARCH

Compressed size

76.71 MB

Last pushed

over 3 years by drcoreybaker

Type

Image

Manifest digest

sha256:dc83bdfa8379a1ed485d14edb38439dc4e7548304855b82b9d0df4cc94fec681

Image Layers

1ADD file ... in / 28.66 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;1.02 MB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.11.30 B
8RUN /bin/sh -c set -eux;11.45 MB
9RUN /bin/sh -c set -eux;240 B
10ENV PYTHON_PIP_VERSION=22.3.10 B
11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B
12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py0 B
13ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d7462070 B
14RUN /bin/sh -c set -eux;3.22 MB
15CMD ["python3"]0 B
16RUN /bin/sh -c groupadd -g1.64 KB
17USER 9990 B
18WORKDIR /app32 B
19COPY /app/venv ./venv # buildkit32.26 MB
20COPY /app/poetry*.lock ./ # buildkit21.85 KB
21COPY /app/pyproject*.toml ./ # buildkit501 B
22COPY ./scripts/start-poetry.sh . # buildkit235 B
23COPY ./server ./server # buildkit82.49 KB
24EXPOSE map[3000/tcp:{}]0 B
25CMD ["./start-poetry.sh" "poetry" "run" "uvicorn"0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health"]0 B

Command

ADD file:66d4d9078579608530442620145336062a293cc19f159b154a63a1bcdcce3f4c in /