Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.4-rc.2-amd64
Content Digest
sha256:628a37d15638fc4332f8c8b44a950671a7a35c4d67d0146290668c00dff343ef
Details
Created

2026-02-05 02:46:02 UTC

Size

70.3 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:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 40.32% (28.3 MB)

[#001] sha256:178f938af745a846b5d7a53a09fb64c59b24e0ebaf273831460b6a912cbc6e16 - 4.71% (3.31 MB)

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

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

[#004] sha256:d16e1557da67cdf047087d85f3ed4c6b38d65f7b25a16b67f8cd36212e478f4e - 54.96% (38.6 MB)

[#005] sha256:dc28d9af0d925b964e725d41f1ce7ff2a36daaeec7e6561921d281b690bfe471 - 0.0% (95 Bytes)


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /

2026-01-13 05:37:27 UTC

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

2026-02-05 02:44:00 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-02-05 02:44: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-02-05 02:44:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-02-05 02:46:02 UTC (buildkit.dockerfile.v0)

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

2026-02-05 02:46:02 UTC (buildkit.dockerfile.v0)

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

2026-02-05 02:46:02 UTC (buildkit.dockerfile.v0)

USER appuser

2026-02-05 02:46:02 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