Namespace
langgenius
Image / Tag
dify-ee-plugin-connector:feat-dockerfiles-amd64
Content Digest
sha256:6481ad6af609203566c8614f98910a168238ae1008dd2b13949c9e9ee12da6a7
Details
Created

2026-03-16 08:21:12 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:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 - 35.6% (28.4 MB)

[#001] sha256:75ffd7a1845d87313ffc78eddb4e894df7d74b68667282078469395e3875f919 - 1.28% (1.02 MB)

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

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

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

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

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


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

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

2026-02-10 16:49:57 UTC

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

2026-03-16 08:19:01 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-16 08:19:01 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-16 08:19:01 UTC (buildkit.dockerfile.v0)

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

2026-03-16 08:21:11 UTC (buildkit.dockerfile.v0)

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

2026-03-16 08:21:12 UTC (buildkit.dockerfile.v0)

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

2026-03-16 08:21:12 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-16 08:21:12 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-16 08:21:12 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-03-16 08:21:12 UTC (buildkit.dockerfile.v0)

VOLUME [/data/conf]

2026-03-16 08:21:12 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