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

2025-09-25 07:48:24 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:953cdd4133718b72c5d0a78e754c1405c02510fdb5237265f7955863f1757f83 - 42.57% (28.3 MB)

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

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

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

[#004] sha256:2cae7bd244361fbf119af54345d23217545e7014fdf646929deb4f094d2ad66b - 55.9% (37.2 MB)

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


History
2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:32 UTC

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

2025-09-10 05:42:34 UTC

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

2025-09-10 05:42:34 UTC

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

2025-09-25 07:46:23 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-09-25 07:46:23 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-09-25 07:46:23 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-09-25 07:48:23 UTC (buildkit.dockerfile.v0)

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

2025-09-25 07:48:24 UTC (buildkit.dockerfile.v0)

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

2025-09-25 07:48:24 UTC (buildkit.dockerfile.v0)

USER appuser

2025-09-25 07:48:24 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