Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.15.0-rc.3-arm64
Content Digest
sha256:2e460752426ef65e9abb2d603c1330f4738bb878a648ea484ab3fc6a9ec1951c
Details
Created

2026-03-06 06:45:14 UTC

Size

64.8 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:66a4bbbfab887561d75f1fdb3c6221c974346f82c9229f5ef99f96b7e6c25704 - 42.46% (27.5 MB)

[#001] sha256:981983ec9acad7ee5532ab4b3b7f67944b26781f3353ab3fea8ab7c9655fc292 - 1.54% (1020 KB)

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

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

[#004] sha256:3d9042879c329dfbad0815875064037fbbfbc31fd537d419fb68514f949f22ce - 55.99% (36.3 MB)

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


History
2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:29 UTC

/bin/sh -c #(nop) ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de in /

2026-02-10 16:52:29 UTC

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

2026-03-06 06:42: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

2026-03-06 06:42: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

2026-03-06 06:42:37 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-06 06:45:14 UTC (buildkit.dockerfile.v0)

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

2026-03-06 06:45:14 UTC (buildkit.dockerfile.v0)

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

2026-03-06 06:45:14 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-06 06:45:14 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