Namespace
langgenius
Image / Tag
dify-plugin-daemon:0.0.2-local-linux-amd64
Content Digest
sha256:fc5fe1fc9c844c388869b834b6c89e3096b04c549b509b58cf9e79a07e9558c8
Details
Created

2025-02-17 03:28:03 UTC

Size

319 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
GIN_MODE

release

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PLATFORM

local


Layers

[#000] sha256:5a7813e071bfadf18aaa6ca8318be4824a9b6297b3240f2cc84c1db6f4113040 - 8.9% (28.4 MB)

[#001] sha256:49dec0ac05e9638522df3fa8968de544835dfd2471b313726649c7cb0bafe2c6 - 6.05% (19.3 MB)

[#002] sha256:d23b899ee1b8d65c6e5ae319eb1e65b13efe50541b7bdf89868521401f99ca41 - 0.0% (159 Bytes)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:fb7b7673392f27955da7d4b78c407a6b1bf72bb3e6b298e2d8ba6623e5a81da0 - 85.05% (271 MB)


History
2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-01-27 04:14:03 UTC

/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /

2025-01-27 04:14:03 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-02-17 03:27:30 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2025-02-17 03:27:30 UTC (buildkit.dockerfile.v0)

COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit

2025-02-17 03:27:30 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-17 03:28:03 UTC (buildkit.dockerfile.v0)

ARG PLATFORM=local

2025-02-17 03:28:03 UTC (buildkit.dockerfile.v0)

RUN |1 PLATFORM=local /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.12 python3.12-venv python3.12-dev ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit

2025-02-17 03:28:03 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=local

2025-02-17 03:28:03 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2025-02-17 03:28:03 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash" "-c" "/app/entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete