Sign inSign up

vviudez/api-ldap:1.6

Security
API management
Index digest

sha256:923a9af0a8b25bbe912c239ce4e444ef4bf149e2f7cd1fb89c3e1927d46a4c12

OS/ARCH

linux/amd64

Compressed size

66.79 MB

Last pushed

about 1 month by vviudez

Type

Image

Manifest digest

sha256:3c2d3dbc70b5f5636df209a43cb7e2e8522807303f4fed033df7059d8417f991

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 ./982 B
14RUN /bin/sh -c pip install25.23 MB
15COPY app/ ./app/ # buildkit187.67 KB
16COPY config/config.example.yaml /usr/local/share/api-ldap/config.example.yaml # buildkit4.61 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 --system189.64 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'