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

2025-10-22 03:27:52 UTC

Size

66.6 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:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 - 42.57% (28.3 MB)

[#001] sha256:2a901db265cf853e9dffd8eb8597cc0e6abd1d6717e40482a1caa0d6d6474f63 - 1.53% (1.02 MB)

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

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

[#004] sha256:66c07f44148f993dcf5814d829bb544fcb21e6be94182c1fda12c0b7d9044ff0 - 55.9% (37.2 MB)

[#005] sha256:006dcb079f6aa870db4b0d9b352345eade55214f2462f8ac4d24720907d09e83 - 0.0% (95 Bytes)


History
2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:35 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-01 13:01:37 UTC

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

2025-10-22 03:25:49 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-10-22 03:25:49 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-10-22 03:25:49 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-10-22 03:27:52 UTC (buildkit.dockerfile.v0)

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

2025-10-22 03:27:52 UTC (buildkit.dockerfile.v0)

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

2025-10-22 03:27:52 UTC (buildkit.dockerfile.v0)

USER appuser

2025-10-22 03:27:52 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