2026-01-20 09:47:37 UTC
502 MB
release
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PLATFORMlocal
TIKTOKEN_CACHE_DIR/app/.tiktoken
UV_PATH/usr/local/bin/uv
[#000] sha256:36bf709aa36d66b784b0ba1aa3276848f28501175eeb4d7a310b1a98578f8558 - 5.48% (27.5 MB)
[#001] sha256:f7d76a79208d6c9967a1f7cd906ecb1728bd4c9d6a558a591b01b9a21f785244 - 0.0% (93 Bytes)
[#002] sha256:6d09bdb2dc1261afe3c127f1b5e125e815fb66647a6071840b49516b764461a0 - 75.63% (380 MB)
[#003] sha256:015450d9abf275b0069dfb875c0a95faae7cc2ef28cafa2f52a1678d9f59fe9d - 12.49% (62.7 MB)
[#004] sha256:1216f91ab6251f6414597a8ec3b09c730389f09b4449126482b1e36d5865896c - 6.4% (32.1 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-01-13 05:40:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-01-13 05:40:17 UTC/bin/sh -c #(nop) ADD file:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e in /
2026-01-13 05:40:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-01-20 09:45:33 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-01-20 09:47:04 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2026-01-20 09:47:04 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c <<EOF bash set -ex set -o pipefail trap 'echo "Exit status $? at line $LINENO from: $BASH_COMMAND"' ERR apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y curl python3.12 \ python3.12-venv python3.12-dev python3-pip ffmpeg \ build-essential git \ cmake pkg-config \ libcairo2-dev libjpeg-dev libgif-dev apt-get clean rm -rf /var/lib/apt/lists/* update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; EOF # buildkit
2026-01-20 09:47:04 UTC (buildkit.dockerfile.v0)ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
2026-01-20 09:47:13 UTC (buildkit.dockerfile.v0)RUN |1 PLATFORM=local /bin/sh -c <<EOF bash set -ex set -o pipefail trap 'echo "Exit status $? at line $LINENO from: $BASH_COMMAND"' ERR mv /usr/lib/python3.12/EXTERNALLY-MANAGED /usr/lib/python3.12/EXTERNALLY-MANAGED.bk python3 -m pip install uv uv pip install --system dify_plugin python3 -c "from uv._find_uv import find_uv_bin;print(find_uv_bin());" python3 -c "import tiktoken; encodings = ['o200k_base', 'cl100k_base', 'p50k_base', 'r50k_base', 'p50k_edit', 'gpt2']; [tiktoken.get_encoding(encoding).special_tokens_set for encoding in encodings]" EOF # buildkit
2026-01-20 09:47:13 UTC (buildkit.dockerfile.v0)ENV UV_PATH=/usr/local/bin/uv
2026-01-20 09:47:13 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2026-01-20 09:47:13 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2026-01-20 09:47:37 UTC (buildkit.dockerfile.v0)COPY /app/main /app/entrypoint.sh /app/ # buildkit
2026-01-20 09:47:37 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.