2025-03-10 10:26:11 UTC
443 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
[#000] sha256:5b17151e9710ed47471b3928b05325fa4832121a395b9647b7e50d3993e17ce0 - 6.21% (27.6 MB)
[#001] sha256:0bfd8d353bd595defaf9f1f3edbad0934604a2b08cdbbc1f1b8252d0040af680 - 4.14% (18.4 MB)
[#002] sha256:e7d20fd3d1569c7c1c8d562df58fa786e7fa13a9d5bba33aeb17d5919a31b9a2 - 0.0% (158 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:a47aac3cd63d20611968d7ad90c4faae150f79c41204acf6ff57ccc40b7e5daf - 78.74% (349 MB)
[#005] sha256:66f9df165d6125d28652d50ce5c7cc695d4edc820f1adcff77603746722450be - 6.74% (29.9 MB)
[#006] sha256:20561e7817c2c21b8edb69282c1e55c570b87d60609372e0e396e8ae4cb0703d - 4.16% (18.4 MB)
[#007] sha256:518e6893816270bd3f99bd138c58c49f772f1ea2684cb05c590afc3eef3547cb - 0.0% (5.15 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-01-27 04:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) ADD file:68158f1ff76fd4de9f92666ad22571e6cd11df166255c2814a135773fdd6acd7 in /
2025-01-27 04:14:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-10 10:24:44 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-03-10 10:24:44 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-03-10 10:24:44 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-03-10 10:26:08 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-03-10 10:26:08 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl python3.12 python3.12-venv python3.12-dev python3-pip ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
2025-03-10 10:26:10 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bk && python3 -m pip install uv # buildkit
2025-03-10 10:26:11 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c uv pip install --system dify_plugin # buildkit
2025-03-10 10:26:11 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c python3 -c "from uv._find_uv import find_uv_bin;print(find_uv_bin())" # buildkit
2025-03-10 10:26:11 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-03-10 10:26:11 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-03-10 10:26:11 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]
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.