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

2026-01-15 06:40:02 UTC

Size

64 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.98% (27.5 MB)

[#001] sha256:92cf9ca00553a48a6d37ae50a36bf53898d1a701d799a28b003afd9efdb7afa9 - 1.56% (1020 KB)

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

[#003] sha256:5ef5f77ed3fbf0140e23a5bf5fe9c3d957263e5eb51df7f5eeb7f4c03cf9f3ef - 0.0% (93 Bytes)

[#004] sha256:7fa4b7f3cba041749bd9ade9395d644bbc0e39cb7be8a1513a37c2e1811bdef6 - 55.46% (35.5 MB)

[#005] sha256:806c19d77ef9f6c81cc56029961f7baee9227a565105dc2eb377506e696cb0ea - 0.0% (95 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"]

2026-01-15 06:37:27 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-01-15 06:37:27 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-01-15 06:37:27 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-01-15 06:40:02 UTC (buildkit.dockerfile.v0)

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

2026-01-15 06:40:02 UTC (buildkit.dockerfile.v0)

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

2026-01-15 06:40:02 UTC (buildkit.dockerfile.v0)

USER appuser

2026-01-15 06:40: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