Sign inSign up

netreconlab/ca-server:0.3.8

Multi-platform
Index digest

sha256:053cc3c2d8792f40dbb7705d4a4d888b44706f956f523c00c8e5ad1be06c39f4

OS/ARCH

Compressed size

68.93 MB

Last pushed

over 1 year by drcoreybaker

Type

Image

Manifest digest

sha256:96824c0e1eb78651a832ff48a37c35654e95f63a0b50a37054068d76b577fc98

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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;3.16 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.10 B
6ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d90 B
7RUN /bin/sh -c set -eux;12 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10RUN /bin/sh -c groupadd -g1.1 KB
11USER 9990 B
12WORKDIR /app32 B
13COPY --chown=python:python /app/venv ./venv #26.73 MB
14COPY --chown=python:python /app/poetry*.lock ./ #24.39 KB
15COPY --chown=python:python /app/pyproject*.toml ./ #527 B
16COPY --chown=python:python ./scripts/start-poetry.sh . #236 B
17COPY --chown=python:python ./server ./server #82.49 KB
18EXPOSE map[3000/tcp:{}]0 B
19CMD ["./start-poetry.sh" "poetry" "run" "uvicorn"0 B
20HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'