Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.13.0-rc.4-amd64
Content Digest
sha256:f47ba455d59f2c3f65f97d9ac1d4f13e0cae400d66cd4f5c498f9b302a6df0db
Details
Created

2025-11-24 07:52:29 UTC

Size

68 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:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 41.69% (28.3 MB)

[#001] sha256:29ea1c8fd4a72a876c6882712e4491085ccb34a4a3ff336094a16bb6081aaa6e - 1.49% (1.02 MB)

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

[#003] sha256:cfa2e12a2ac2581f37aa562e0af2cfa45ee1e045ad660ea291680773ad9837ad - 0.0% (92 Bytes)

[#004] sha256:f7627bc51e11fb911e57916be378cb76e73a5502d2a0b89a00b75d7985634eeb - 56.81% (38.6 MB)

[#005] sha256:a88e99171f270f66a60e9e6e3e04e8dd94ca05b26a9f1dab6c53d0373946fde5 - 0.0% (94 Bytes)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

2025-11-24 07:50:21 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-11-24 07:50:22 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-11-24 07:50:22 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-11-24 07:52:29 UTC (buildkit.dockerfile.v0)

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

2025-11-24 07:52:29 UTC (buildkit.dockerfile.v0)

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

2025-11-24 07:52:29 UTC (buildkit.dockerfile.v0)

USER appuser

2025-11-24 07:52:29 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