Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.0-rc.2-arm64
Content Digest
sha256:fc725ac14555eb731f2d7b18dda508ccbdcc400b074e7448a0b3eca7552da801
Details
Created

2025-12-18 09:50:17 UTC

Size

64.2 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:97dd3f0ce510a30a2868ff104e9ff286ffc0ef01284aebe383ea81e85e26a415 - 42.86% (27.5 MB)

[#001] sha256:3ce566c3e367f7fc9d019f6a15a4a63d7b82539528eea4a16881e35defa820ce - 1.56% (1020 KB)

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

[#003] sha256:818a61c853f31368eb078174ed9cdc21f1594dd3ab70ec3fe28bfdd6e50be398 - 0.0% (93 Bytes)

[#004] sha256:b436c14022a2f69fe34b96d38ba9682d0ef6cc9d7a62db7a0972e834e43539e1 - 55.58% (35.7 MB)

[#005] sha256:a843b7544248e35f7d7688ce396502535ea952e5cf4ac7767698b802e50fa196 - 0.0% (96 Bytes)


History
2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:58 UTC

/bin/sh -c #(nop) ADD file:44fdb45bd3a8d9bd9c66b716aa0bb6ee11b6fbcceb59ee0eb54165785a35dfcb in /

2025-10-16 19:26:58 UTC

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

2025-12-18 09:47:37 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

2025-12-18 09:47:37 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

2025-12-18 09:47:37 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-12-18 09:50:16 UTC (buildkit.dockerfile.v0)

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

2025-12-18 09:50:17 UTC (buildkit.dockerfile.v0)

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

2025-12-18 09:50:17 UTC (buildkit.dockerfile.v0)

USER appuser

2025-12-18 09:50:17 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