sha256:bd6f45e9e6432d92dd2df67a978df8eba2950bd458abbbade8940e2383bb334b
OS/ARCH
linux/amd64
Compressed size
92.53 MB
Last pushed
3 months by k8secops
Type
Image
Manifest digest
sha256:bd6f45e9e6432d92dd2df67a978df8eba2950bd458abbbade8940e2383bb334b
Image Layers
1# debian.sh --arch 'amd64' out/30.34 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.27 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.95 MB9RUN /bin/sh -c set -eux;265 B10CMD ["python3"]0 B11WORKDIR /app234 B12RUN adduser --disabled-password --gecos ""4.22 KB13COPY requirements.txt .489 B14RUN pip install --no-cache-dir -r29.52 MB15COPY --from=compiler /build/src/ ./src/19.36 MB16COPY src/main.py ./src/4.91 KB17COPY templates/ ./templates/53.91 KB18COPY static/ 9.42 KB19RUN python -c "import urllib.request;19.55 KB20RUN find src -type d1.08 KBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'