Namespace
langgenius
Image / Tag
dify-ee-plugin-connector:3.9.1-rc6-amd64
Content Digest
sha256:327fe1740502641208af5a2d388620d16d04a7f39b7c83aa747fbcb8d65e44a8
Details
Created

2026-04-14 09:10:02 UTC

Size

82.8 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

Environment
PATH

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


Layers

[#000] sha256:689b91d88a0f4086057ec826027b128902ecf2b516be510371c115bc55da19a6 - 34.23% (28.4 MB)

[#001] sha256:4b1b48b414645e737650b7ace17303a7e5bf6fc94541cedbd1b05a7c5e20721d - 4.0% (3.31 MB)

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

[#003] sha256:105f3c5eeed42e3c77672e6b52bd024db92a365cbe86b22b667d298458450809 - 0.0% (117 Bytes)

[#004] sha256:08bd340dd81836bc1a83fb091c564d0fa0399348730f43ff7cbf78a838976ab7 - 61.77% (51.2 MB)

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

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


History
2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:40 UTC

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

2026-04-03 15:16:42 UTC

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

2026-04-03 15:16:43 UTC

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

2026-04-14 09:07:39 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-04-14 09:07:39 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-04-14 09:07:39 UTC (buildkit.dockerfile.v0)

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

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

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

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

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

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

USER appuser

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-04-14 09:10:02 UTC (buildkit.dockerfile.v0)

VOLUME [/data/conf]

2026-04-14 09:10:02 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