Namespace
langgenius
Image / Tag
dify-ee-gateway:feat-dockerfiles
Content Digest
sha256:a292b98f3425f88c233498e8057ea51f7814a0990909d8d114fdb64818a270d5
Details
Created

2026-03-16 08:20:14 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:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 - 43.24% (28.4 MB)

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

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

[#003] sha256:6f006a60d508f530041ccd6fc10b2114ae5f4fa9ea65b35c7d7f5f154b4dc0e4 - 55.2% (36.2 MB)

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

[#005] 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:18: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-03-16 08:18: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-03-16 08:20:14 UTC (buildkit.dockerfile.v0)

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

2026-03-16 08:20:14 UTC (buildkit.dockerfile.v0)

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

2026-03-16 08:20:14 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-16 08:20:14 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-16 08:20:14 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