sha256:6f9bc0f5407678344734997c68ad3d8f3b428e584a727b121649c43f0934f806
OS/ARCH
linux/amd64
Compressed size
65.76 MB
Last pushed
about 2 months by vviudez
Type
Image
Manifest digest
sha256:ed9a84a297ea674f4f69a796ea1de33c54c45c9020515262015b90b8dab64464
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B12WORKDIR /app93 B13COPY requirements.txt requirements-mariadb.txt requirements-postgresql.txt ./862 B14RUN /bin/sh -c pip install24.47 MB15COPY app/ ./app/ # buildkit45.44 KB16COPY config/config.example.yaml /usr/local/share/api-ldap/config.example.yaml # buildkit3.4 KB17COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit2.57 KB18RUN /bin/sh -c chmod +x32 B19RUN /bin/sh -c groupadd --system47.28 KB20VOLUME [/config /data]0 B21ENV API_CONFIG_PATH=/config/config.yaml0 B22EXPOSE [8000/tcp]0 B23USER apiuser0 B24HEALTHCHECK &{["CMD" "python" "-c" "import0 B25ENTRYPOINT ["docker-entrypoint.sh"]0 B26CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'