2025-10-17 05:54:59 UTC
501 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:b8a35db46e38ce87d4e743e1265ff436ed36e01d23246b24a1cbbeaae18ec432 - 5.49% (27.5 MB)
[#001] sha256:1a7c4fc7f298b3a1ea0410dcf6a04658ae84f40a9fd0ff3e309f427b539df37e - 0.0% (93 Bytes)
[#002] sha256:8eb5b9d65ecb24c094d0d2c407167d83b9974e9f3cc15e533bd9902a1255c975 - 75.84% (380 MB)
[#003] sha256:39ff139fc32a0baaba3de3eda9f79a264cdb4411f018c4eb98bc9f0d1e955461 - 12.07% (60.5 MB)
[#004] sha256:00cfa3e8b451b862e39a95221f35dd27fa419e3bd2d0d2b1b8f106d329c7def2 - 6.59% (33 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) ADD file:d77dea5c49828eb0de89439d2b631bc8ea27cb9ef774412b56a060ba1673487b in /
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-17 05:53:09 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-10-17 05:54:50 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-10-17 05:54:50 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
2025-10-17 05:54:50 UTC (buildkit.dockerfile.v0)ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
2025-10-17 05:54:58 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
2025-10-17 05:54:58 UTC (buildkit.dockerfile.v0)ENV UV_PATH=/usr/local/bin/uv
2025-10-17 05:54:58 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-10-17 05:54:58 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-10-17 05:54:59 UTC (buildkit.dockerfile.v0)COPY /app/main /app/entrypoint.sh /app/ # buildkit
2025-10-17 05:54:59 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.