Namespace
langgenius
Image / Tag
dify-ee-gateway:3.9.1-rc6-amd64
Content Digest
sha256:40b567668036f5c9a3ba7f010f1442385ac4dc7c45ad0ae8ba2d3c461c8947ee
Details
Created

2026-04-14 09:09:21 UTC

Size

68.1 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 - 41.65% (28.4 MB)

[#001] sha256:f2a7d905a274c196293be8f70fb1b8e6f272b7a98428ade182bfb4be37ea6b74 - 4.87% (3.31 MB)

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

[#003] sha256:f6dccb75a112efc39f5197a30a2c1315490c65dd7a0e6abb3d8e14d9a8759224 - 53.48% (36.4 MB)

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

[#005] 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:46 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:46 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:09:21 UTC (buildkit.dockerfile.v0)

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

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

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

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

WORKDIR /app

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

USER appuser

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