Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.4-hotfix.1-amd64
Content Digest
sha256:3d61a659591ce781bfcd248e183aa48cd5b18e2024f2bd02394d19eeee3669d8
Details
Created

2026-03-12 09:06:22 UTC

Size

68 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 - 41.68% (28.4 MB)

[#001] sha256:a9745389d1a42f99147674d4a24c8b980672a940ae873a3a5f080a6bb00c9928 - 1.49% (1.02 MB)

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

[#003] sha256:b91412d2a9dc6f102c2d85fd30d3581a84cc567c487c6840140718de03d5b9f9 - 0.0% (92 Bytes)

[#004] sha256:0373526a232fb3a89b19a3dd9123f4ae0b4a48eca344a8d405a1df21603f005a - 56.82% (38.6 MB)

[#005] sha256:a0dc3d627dc0f919b6cdb517d764094d888b7f48ce6fa31c5167e89f0f566a5c - 0.0% (94 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-12 09:04:15 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-12 09:04:15 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-12 09:04:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-12 09:06:22 UTC (buildkit.dockerfile.v0)

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

2026-03-12 09:06:22 UTC (buildkit.dockerfile.v0)

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

2026-03-12 09:06:22 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-12 09:06:22 UTC (buildkit.dockerfile.v0)

CMD ["./plugin-crd"]

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