Namespace
langgenius
Image / Tag
dify-ee-plugin-connector:3.8.0-rc1
Content Digest
sha256:db95f79612b22393fb91361c19ec0dbc537d49d6070baec5699ba1508650769c
Details
Created

2026-03-17 08:01:30 UTC

Size

79.6 MB

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

Environment
PATH

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


Layers

[#000] sha256:817807f3c64e0b90b66edc7d90297f121cad2a7c2a3ee05a731557762f91e6c7 - 35.61% (28.4 MB)

[#001] sha256:5930bce0881779a84f9f1e35b9f0cbe7db4fcb081248573f8f20bd03d6b6e90b - 1.28% (1.02 MB)

[#002] sha256:fd85e604b038512fc5ac9b9e979ca8c709ebdbf2995f87429a659e63fd5cef2d - 0.0% (1.13 KB)

[#003] sha256:f0bea8b9ea122eb9cd0ba06f0c406478a78f051ed69634641407e6c053e86edf - 0.0% (115 Bytes)

[#004] sha256:bf5177b4342d0eb34cf91377bbdcfe0cdc8d4e534cd079d21a51c9327cee6c27 - 63.12% (50.3 MB)

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

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


History
2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:55 UTC

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

2026-02-23 17:17:56 UTC

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

2026-03-17 07:59:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/ && apt-get autoremove -y && apt-get autoclean -y # buildkit

2026-03-17 07:59:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c groupadd -r appuser --gid=1001 && useradd -r -g appuser --uid=1001 --home-dir=/app --shell=/bin/false appuser # buildkit

2026-03-17 07:59:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /data/conf && chown -R appuser:appuser /data # buildkit

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

COPY --chown=appuser:appuser /src/bin /app # buildkit

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /app/plugin-connector && chown -R appuser:appuser /app # buildkit

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

VOLUME [/data/conf]

2026-03-17 08:01:30 UTC (buildkit.dockerfile.v0)

CMD ["./plugin-connector"]

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