sha256:c15e9ffdad05744a549fa8cdf2e70fe527e900f94239d1486afab48d78d77f14
OS/ARCH
linux/amd64
Compressed size
101.17 MB
Last pushed
about 2 months by k8secops
Type
Image
Manifest digest
sha256:c15e9ffdad05744a549fa8cdf2e70fe527e900f94239d1486afab48d78d77f14
Image Layers
1# debian.sh --arch 'amd64' out/30.33 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.97 MB9RUN /bin/sh -c set -eux;267 B10CMD ["python3"]0 B11WORKDIR /app232 B12RUN adduser --disabled-password --gecos ""4.24 KB13COPY requirements.txt .512 B14RUN pip install --no-cache-dir -r29.74 MB15COPY --from=compiler /build/src/ ./src/27.69 MB16COPY src/main.py 2.01 KB17COPY src/main_kopf.py ./src/940 B18COPY templates/ ./templates/79.33 KB19COPY static/ 20.06 KB20RUN python -c "import urllib.request;22.27 KB21RUN python -c "import urllib.request;47.24 KB22RUN find src -type d1.98 KBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'