2024-09-06 18:14:58 UTC
791 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:857cc8cb19c0f475256df4b7709003b77f101215ebf3693118e61aac6a5ea4ff - 3.56% (28.2 MB)
[#001] sha256:bc85e6896558defd0c644e7c67891375164fe5fbe45f0fe18067f1c87815f5f6 - 4.6% (36.4 MB)
[#002] sha256:1e0d7c639e4950cf6ee006b539dccb2a2fdac53f2f0b4cc4d7b0ec6f18960eac - 2.86% (22.6 MB)
[#003] sha256:f32410e94acef4e5b144d7c535c939812b3beaed34a1b53582609f7d9f6a5c44 - 36.57% (289 MB)
[#004] sha256:22bd693ec96306755306c5829cd4d65b24e095ba26716c09d4b9e840a005ddee - 0.0% (93 Bytes)
[#005] sha256:c6faa80b050c5cc6f8cef46aa67f3a842ad3f88468f0601726001ad05f0a39d1 - 7.06% (55.9 MB)
[#006] sha256:636790a643b4e562fc6eb62deeecb64e7b3a1d9615c9c914a970660650fcfe61 - 45.34% (359 MB)
[#007] sha256:9389f385c9a5b8512e52e9743eaff8d0fa9f36242caf8e506b5b1673244da682 - 0.0% (153 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-08-13 09:27:22 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-13 09:27:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-13 09:27:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-08-13 09:27:24 UTC/bin/sh -c #(nop) ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in /
2024-08-13 09:27:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-06 18:12:37 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "==> 换成清华源,并更新..." && sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && sed -i s@/security.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && apt-get clean && apt-get update # buildkit
2024-09-06 18:12:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get install -y python3 curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && pip3 install -U pip && pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # buildkit
2024-09-06 18:13:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get install libpython3.10-dev ffmpeg libgl1-mesa-glx libglib2.0-0 cmake -y && pip3 install --no-cache-dir cmake # buildkit
2024-09-06 18:13:49 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-09-06 18:13:49 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2024-09-06 18:14:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install -r requirements.txt && pip3 install -r requirements-app.txt # buildkit
2024-09-06 18:14:58 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "==> Clean up..." && rm -rf ~/.cache/pip # buildkit
2024-09-06 18:14:58 UTC (buildkit.dockerfile.v0)EXPOSE map[7860/tcp:{}]
2024-09-06 18:14:58 UTC (buildkit.dockerfile.v0)CMD ["python3" "app.py" "--host" "0.0.0.0" "--port" "7860"]
2024-09-06 18:20:04 UTC
717 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e63ce922f0229bde5aea9f366c46883dcd23747e7d2c541f16665f199dbf98b8 - 3.64% (26.1 MB)
[#001] sha256:9e570672464e52472320b1000c4cc719c6acfcb45333049f19fa7aad39ba2c1d - 4.69% (33.6 MB)
[#002] sha256:deab09ec47f1b6b261889b3e2cebd84bcd3b080e17507ceb8ca4cd531668fe04 - 3.16% (22.6 MB)
[#003] sha256:61bc89aae11d27f03e09f11017bf6883aaf4b8ec5bb516552d6f8ab20c6a9978 - 37.2% (267 MB)
[#004] sha256:b1aa5c5a078ce5b42b193a31aef374095a655ce824e244960b85446e36837d30 - 0.0% (93 Bytes)
[#005] sha256:c6faa80b050c5cc6f8cef46aa67f3a842ad3f88468f0601726001ad05f0a39d1 - 7.8% (55.9 MB)
[#006] sha256:12ad8782f632058ee234f0526cf7a6248eaf1bec1f63ee4f259401d5e2dd7d40 - 43.5% (312 MB)
[#007] sha256:dfbb89ef29dac64204a199e16f98d00ca34fe88ea9a3044f37efb047496f0529 - 0.0% (154 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-08-13 09:28:17 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-13 09:28:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-13 09:28:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-08-13 09:28:20 UTC/bin/sh -c #(nop) ADD file:4126c5ecc7750c7d2beb8c08d15aea03d96910453b36d2fb2d41185fdca7b20f in /
2024-08-13 09:28:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-06 18:12:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "==> 换成清华源,并更新..." && sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && sed -i s@/security.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && apt-get clean && apt-get update # buildkit
2024-09-06 18:14:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get install -y python3 curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && pip3 install -U pip && pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # buildkit
2024-09-06 18:16:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get install libpython3.10-dev ffmpeg libgl1-mesa-glx libglib2.0-0 cmake -y && pip3 install --no-cache-dir cmake # buildkit
2024-09-06 18:16:41 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-09-06 18:16:41 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2024-09-06 18:20:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip3 install -r requirements.txt && pip3 install -r requirements-app.txt # buildkit
2024-09-06 18:20:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "==> Clean up..." && rm -rf ~/.cache/pip # buildkit
2024-09-06 18:20:04 UTC (buildkit.dockerfile.v0)EXPOSE map[7860/tcp:{}]
2024-09-06 18:20:04 UTC (buildkit.dockerfile.v0)CMD ["python3" "app.py" "--host" "0.0.0.0" "--port" "7860"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.