Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.0-rc.1-arm64
Content Digest
sha256:03697fb2525f0a6dc6df0c6fd1dc1a3b97dadfb8a37606da41a1ebd98c51d76e
Details
Created

2025-12-18 08:13:23 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:dbf7a055edcfede188434d6ffbbd3aed75fd763b866e45cc4848cddec968df74 - 1.56% (1020 KB)

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

[#003] sha256:9f42866b0f277c06e1f66530d7debaab0aadd835fd2f11c0ee3762a2b1bc978d - 0.0% (93 Bytes)

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

[#005] sha256:c57f18fe9c8f9d7578d0ff22c2b297570179856fe3b8828b5951320801ecae39 - 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 08:10:50 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 08:10:50 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 08:10:50 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-12-18 08:13:23 UTC (buildkit.dockerfile.v0)

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

2025-12-18 08:13:23 UTC (buildkit.dockerfile.v0)

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

2025-12-18 08:13:23 UTC (buildkit.dockerfile.v0)

USER appuser

2025-12-18 08:13:23 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