sha256:d7672e49fd80ad71df43b49fea9c381bb0d55b48beb5c87ea4633f35cb6119d9
OS/ARCH
linux/amd64
Compressed size
472.92 MB
Last pushed
12 days by inseefrlab
Type
Image
Manifest digest
sha256:73aed908ae03739955a56bf8bbee0eab8fb8f3152df29f0a4a41c94d2c206764
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update366.17 MB12RUN /bin/sh -c pip install7.34 MB13WORKDIR /repo94 B14COPY libs/ ./libs/ # buildkit3.85 KB15COPY api/api_opendataloader/requirements.txt ./api/api_opendataloader/ # buildkit251 B16WORKDIR /repo/api/api_opendataloader32 B17RUN /bin/sh -c pip install53.13 MB18RUN /bin/sh -c python -c8.87 KB19COPY api/api_opendataloader/src/ ./src/ # buildkit1.04 KB20EXPOSE [8002/tcp]0 B21CMD ["uvicorn" "main_opendataloader:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'