Namespace
langgenius
Image / Tag
dify-ee-gateway:3.8.0-rc5
Content Digest
sha256:6d7de0387ba03aa5c0c2e2c1146bbf4811629df245b602f8482c1d7f1162ab2f
Details
Created

2026-03-23 03:43:35 UTC

Size

65.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 - 43.25% (28.4 MB)

[#001] sha256:c21147751a44c51b0abd11525f0e751dd393cbf62a1740ceb2c2360a5dc32ede - 1.55% (1.02 MB)

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

[#003] sha256:461315fdc6ebefc1ec466a5da6235d399123c25070358d8b1d2a100b76e0cb63 - 55.2% (36.2 MB)

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

[#005] 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-23 03:42:10 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-23 03:42:10 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-23 03:43:35 UTC (buildkit.dockerfile.v0)

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

2026-03-23 03:43:35 UTC (buildkit.dockerfile.v0)

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

2026-03-23 03:43:35 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-23 03:43:35 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-23 03:43:35 UTC (buildkit.dockerfile.v0)

CMD ["./gateway"]

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