Namespace
langgenius
Image / Tag
enterprise_plugin-crd:0.15.0-rc.3
Content Digest
sha256:6af1278cd9d7895613cfa7f23170b4f1c2b57aa1846075d93dbb7fad8e3109d8
Details
Created

2026-03-06 06:44:55 UTC

Size

68.9 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:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 - 41.16% (28.4 MB)

[#001] sha256:7b150a527ab7aac680f10300d5b475d99fabda5b4513264d1774ad4241f611b2 - 1.48% (1.02 MB)

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

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

[#004] sha256:3c3a73878b459d580b57f30d1470bc7052c7e41b4fba70fc4ce861e6f5d23237 - 57.36% (39.5 MB)

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


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

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

2026-02-10 16:49:57 UTC

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

2026-03-06 06:42:52 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:52 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:52 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-06 06:44:54 UTC (buildkit.dockerfile.v0)

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

2026-03-06 06:44:55 UTC (buildkit.dockerfile.v0)

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

2026-03-06 06:44:55 UTC (buildkit.dockerfile.v0)

USER appuser

2026-03-06 06:44:55 UTC (buildkit.dockerfile.v0)

CMD ["./plugin-crd"]

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