Sign inSign up

vviudez/api-ldap:1.1

Security
API management
Index digest

sha256:465fcab5ddd3c1dcf950ce29c56b53232476d1451c4a258ed318e0c94f6c5a89

OS/ARCH

linux/amd64

Compressed size

65.77 MB

Last pushed

about 1 month by vviudez

Type

Image

Manifest digest

sha256:663b24fc5a11a83c0bd162fc89510d4f40da5f1ecf60f19fa37f07bb4999b09c

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
12WORKDIR /app93 B
13COPY requirements.txt requirements-mariadb.txt requirements-postgresql.txt ./862 B
14RUN /bin/sh -c pip install24.47 MB
15COPY app/ ./app/ # buildkit48.72 KB
16COPY config/config.example.yaml /usr/local/share/api-ldap/config.example.yaml # buildkit3.42 KB
17COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit2.57 KB
18RUN /bin/sh -c chmod +x32 B
19RUN /bin/sh -c groupadd --system50.53 KB
20VOLUME [/config /data]0 B
21ENV API_CONFIG_PATH=/config/config.yaml0 B
22EXPOSE [8000/tcp]0 B
23USER apiuser0 B
24HEALTHCHECK &{["CMD" "python" "-c" "import0 B
25ENTRYPOINT ["docker-entrypoint.sh"]0 B
26CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'