Namespace
langgenius
Image / Tag
dify-plugin-daemon:afa910ed78b11b1ee21d1d533bfb970dcd723ac7-local-linux-amd64
Content Digest
sha256:86719f9f39ca97541d563ab4e8d134540996f0b2c7b5477f90f5c97b81674b67
Details
Created

2025-01-08 09:13:14 UTC

Size

88.1 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:de44b265507ae44b212defcb50694d666f136b35c1090d9709068bc861bb2d64 - 32.22% (28.4 MB)

[#001] sha256:23b920573be2dc8322f18eb1ddf5a3e22906ec3822a8f71bbcab2d8c923c3358 - 21.9% (19.3 MB)

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

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

[#004] sha256:764ca350af735de7956d3d52f90852f8c24e0e23a0b6a0db3332ee14f6ac14c4 - 45.88% (40.4 MB)


History
2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:23 UTC

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

2024-11-19 17:29:25 UTC

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

2024-11-19 17:29:25 UTC

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

2025-01-08 09:13:03 UTC (buildkit.dockerfile.v0)

COPY /app/main /app/main # buildkit

2025-01-08 09:13:03 UTC (buildkit.dockerfile.v0)

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

2025-01-08 09:13:03 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-08 09:13:14 UTC (buildkit.dockerfile.v0)

ARG PLATFORM=local

2025-01-08 09:13:14 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 && apt-get clean && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1; # buildkit

2025-01-08 09:13:14 UTC (buildkit.dockerfile.v0)

ENV PLATFORM=local

2025-01-08 09:13:14 UTC (buildkit.dockerfile.v0)

ENV GIN_MODE=release

2025-01-08 09:13:14 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