2025-04-16 11:44:25 UTC
443 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:49b96e96358d7aed127d4f4cd2294d77d497c683123bbad89fa80a83d8ef64aa - 6.2% (27.5 MB)
[#001] sha256:4a3cc39adc136b2245b1a5d56471ba32fccd73909b59e5f7ab877ab8901cb059 - 4.62% (20.5 MB)
[#002] sha256:e885046c8daa4e9ddfce075dd2097fd8292f443cd221dc35727517213024cfc9 - 0.0% (159 Bytes)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:657f8af36c13f6af8be50cc61ca86d05626a2b1bfbf4470a43afcb3c2ed3f85d - 76.94% (341 MB)
[#005] sha256:a950c36b35a5f6321d460a2d1926b5fcf38440aba8ac5dab0161304b2dbf8ab9 - 12.24% (54.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:46:09 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:46:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:46:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-08 10:46:12 UTC/bin/sh -c #(nop) ADD file:918b7712da52a62e47b028978dd5fc952b2f7f7f0507ea2362c4ccd14120133c in /
2025-04-08 10:46:13 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-16 11:42:30 UTC (buildkit.dockerfile.v0)COPY /app/main /app/main # buildkit
2025-04-16 11:42:30 UTC (buildkit.dockerfile.v0)COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit
2025-04-16 11:42:30 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-04-16 11:44:19 UTC (buildkit.dockerfile.v0)ARG PLATFORM=local
2025-04-16 11:44:19 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 build-essential && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit
2025-04-16 11:44:19 UTC (buildkit.dockerfile.v0)ENV TIKTOKEN_CACHE_DIR=/app/.tiktoken
2025-04-16 11:44:25 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 && 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]" # buildkit
2025-04-16 11:44:25 UTC (buildkit.dockerfile.v0)ENV UV_PATH=/usr/local/bin/uv
2025-04-16 11:44:25 UTC (buildkit.dockerfile.v0)ENV PLATFORM=local
2025-04-16 11:44:25 UTC (buildkit.dockerfile.v0)ENV GIN_MODE=release
2025-04-16 11:44:25 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.