Sign inSign up

netreconlab/ca-server:0.3.0

Multi-platform
Index digest

sha256:8c8d24281900b56c4e2cdf6fce77e278329bbc5a4dd0854b65c8fd2be10f5712

OS/ARCH

Compressed size

70.16 MB

Last pushed

over 2 years by drcoreybaker

Type

Image

Manifest digest

sha256:e8f3024d5ca1025ab043c64a9bdedc55955cf5695f3b8df4635387be1a714775

Image Layers

1ADD file ... in / 27.81 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;3.17 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.20 B
8RUN /bin/sh -c set -eux;11.41 MB
9RUN /bin/sh -c set -eux;243 B
10ENV PYTHON_PIP_VERSION=24.00 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B
13RUN /bin/sh -c set -eux;2.84 MB
14CMD ["python3"]0 B
15RUN /bin/sh -c groupadd -g1.1 KB
16USER 9990 B
17WORKDIR /app32 B
18COPY /app/venv ./venv # buildkit24.82 MB
19COPY /app/poetry*.lock ./ # buildkit21.74 KB
20COPY /app/pyproject*.toml ./ # buildkit504 B
21COPY ./scripts/start-poetry.sh . # buildkit237 B
22COPY ./server ./server # buildkit82.49 KB
23EXPOSE map[3000/tcp:{}]0 B
24CMD ["./start-poetry.sh" "poetry" "run" "uvicorn"0 B
25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health"]0 B

Command

ADD file:a3e4f94158c3515dc70de5aa81c136a9f7daf5adcac636a15c237097cb454140 in /