Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.4-rc.1-arm64
Content Digest
sha256:2f3eecff3fd39712855efb9b1251bc08745ac6bf427d2c7f61c83a1b86a533c5
Details
Created

2026-02-03 03:24:35 UTC

Size

66.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:36bf709aa36d66b784b0ba1aa3276848f28501175eeb4d7a310b1a98578f8558 - 41.61% (27.5 MB)

[#001] sha256:c57f500a84a2cb66ae69da0c7e99a73a432c7350d5403e9bee379004d229ac99 - 4.71% (3.11 MB)

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

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

[#004] sha256:d636cfb946f99dbd2745656a77d946f7f6742f0f7c37d0680b66b3c0a8490384 - 53.69% (35.5 MB)

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


History
2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:13 UTC

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

2026-01-13 05:40:17 UTC

/bin/sh -c #(nop) ADD file:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e in /

2026-01-13 05:40:17 UTC

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

2026-02-03 03:21:56 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-03 03:21:56 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-03 03:21:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-02-03 03:24:34 UTC (buildkit.dockerfile.v0)

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

2026-02-03 03:24:35 UTC (buildkit.dockerfile.v0)

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

2026-02-03 03:24:35 UTC (buildkit.dockerfile.v0)

USER appuser

2026-02-03 03:24:35 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