Sign inSign up

vviudez/api-ldap:latest

Security
API management
Index digest

sha256:1ac0d0e9f42921fc9f4398dc75cea235b3b3c7639e0d96a9e8dd09120151a20a

OS/ARCH

linux/amd64

Compressed size

85.88 MB

Last pushed

about 1 month by vviudez

Type

Image

Manifest digest

sha256:9f48b9742e2a9bc34964d34653a895ba270952a01f2b95da1d5b1266384c7dee

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.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update2.66 MB
12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
13WORKDIR /app93 B
14RUN /bin/sh -c pip install3.58 MB
15COPY requirements.txt requirements-mariadb.txt requirements-postgresql.txt ./1.68 KB
16RUN /bin/sh -c pip install37.96 MB
17RUN /bin/sh -c python3 -m348 B
18COPY app/ ./app/ # buildkit244.98 KB
19COPY config/config.example.yaml /usr/local/share/api-ldap/config.example.yaml # buildkit5.47 KB
20COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit2.57 KB
21RUN /bin/sh -c chmod +x32 B
22RUN /bin/sh -c groupadd --system247.53 KB
23VOLUME [/config /data]0 B
24ENV API_CONFIG_PATH=/config/config.yaml0 B
25EXPOSE [8000/tcp]0 B
26USER apiuser0 B
27HEALTHCHECK &{["CMD" "python" "-c" "import0 B
28ENTRYPOINT ["docker-entrypoint.sh"]0 B
29CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

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