sha256:e8d9314fe682b16383514361a9f266f3baa12211902bd8ba79d97f5e3d0d2ce0
OS/ARCH
linux/amd64
Compressed size
59.46 MB
Last pushed
19 days by valentemath
Type
Image
Manifest digest
sha256:e8d9314fe682b16383514361a9f266f3baa12211902bd8ba79d97f5e3d0d2ce0
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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /srv/tend112 B12COPY requirements.txt . # buildkit235 B13RUN /bin/sh -c pip install15.18 MB14COPY app ./app # buildkit240.09 KB15ARG TEND_VERSION=0.3.30 B16ENV TEND_DB=/data/tend.db TEND_VERSION=0.3.3 TZ=UTC PYTHONUNBUFFERED=10 B17RUN |1 TEND_VERSION=0.3.3 /bin/sh -c94 B18VOLUME [/data]0 B19EXPOSE [8000/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B21CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'