Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.14.0-rc.1-amd64
Content Digest
sha256:e3bba4a4c055aaf6201d2ed6e41a0f97f682e3c29027a8db6647e8c0bed76007
Details
Created

2025-12-18 08:12:46 UTC

Size

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

[#001] sha256:566b35e9564d2a9050c09e933627e436f5f7b151855a9a7d608472a4db167099 - 1.49% (1.02 MB)

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

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

[#004] sha256:2a83839fc1fe0c433b353131f6c28a1abc87352cbc5d82742cf4fb8f8638fcca - 56.95% (38.8 MB)

[#005] sha256:aee5f2ebf1b09c9ddd1512b3e81d1dbb33df25ba8c323641c1a183d2b54a22ba - 0.0% (96 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-12-18 08:10:35 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:36 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:36 UTC (buildkit.dockerfile.v0)

WORKDIR /app

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

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

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

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

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

USER appuser

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