sha256:66574f3efad6562deae45bb09f6603260a950a0c80a831c6952f25da9b7f0371
OS/ARCH
Compressed size
310 MB
Last pushed
17 days by tbdavid2019
Type
Image
Manifest digest
sha256:b29ea14960ebf749649e5358b4002fc6027af14af47861222336612393a89401
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 B3RUN /bin/sh -c set -eux;4.07 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;11.36 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c apt-get update89.26 MB11WORKDIR /app93 B12COPY requirements.txt . # buildkit296 B13RUN /bin/sh -c pip install174.4 MB14COPY . . # buildkit2.51 MB15ENV PYTHONUNBUFFERED=1 TZ=Asia/Taipei0 B16LABEL com.centurylinklabs.watchtower.enable=true0 B17CMD ["python" "main.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'