Namespace
langgenius
Image / Tag
dify-ee-plugin-connector:3.9.0-rc11-arm64
Content Digest
sha256:6e9f3b6a275ffdf1c5a8e638e46503e71140be100aa93132f6a6c3644f329c40
Details
Created

2026-03-30 08:36:31 UTC

Size

74.9 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:86790fc5660dcd86928b849ae0826aba701bf9e005e92c8f9e06c917e82c87f7 - 36.74% (27.5 MB)

[#001] sha256:e45475f2119da1b8f533ef78b4f845ea0c1a25081c8c0ba366de996af37f545f - 1.33% (1020 KB)

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

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

[#004] sha256:95430f7f8d807e9d5f51e048df0cce7d9782f5857118f18f321e6eb807512588 - 61.93% (46.4 MB)

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

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


History
2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:32 UTC

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

2026-02-23 17:19:33 UTC

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

2026-03-30 08:33:43 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-30 08:33:43 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-30 08:33:43 UTC (buildkit.dockerfile.v0)

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

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

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

2026-03-30 08:36:31 UTC (buildkit.dockerfile.v0)

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

2026-03-30 08:36:31 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-30 08:36:31 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-30 08:36:31 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-03-30 08:36:31 UTC (buildkit.dockerfile.v0)

VOLUME [/data/conf]

2026-03-30 08:36:31 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