Rancher

rancher-webhook (v0.9.1)

Published 2026-01-10 05:40:24 +00:00 by djpbessems

Installation

docker pull code.spamasaurus.com/rancher/rancher-webhook:v0.9.1
sha256:abb5847c99f7de61374f433d0ee8de2521263bef805b5860b0c726e1870709a3

About this package

A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.

Image Layers

COPY dir:5e5f1c1250b178df64c0e869e8f72587165a8010122e9f384e56c24e652d2638 in /
LABEL com.suse.bci.micro.authors=https://github.com/SUSE/bci/discussions
LABEL org.opencontainers.image.authors=https://github.com/SUSE/bci/discussions
LABEL com.suse.bci.micro.title=SLE BCI 15 SP7 Micro
LABEL org.opencontainers.image.title=SLE BCI 15 SP7 Micro
LABEL com.suse.bci.micro.description=A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
LABEL org.opencontainers.image.description=A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
LABEL com.suse.bci.micro.version=15.7-52.1
LABEL org.opencontainers.image.version=15.7-52.1
LABEL com.suse.bci.micro.url=https://www.suse.com/products/base-container-images/
LABEL org.opencontainers.image.url=https://www.suse.com/products/base-container-images/
LABEL com.suse.bci.micro.created=2025-11-07T14:21:06.400530089Z
LABEL org.opencontainers.image.created=2025-11-07T14:21:06.400530089Z
LABEL com.suse.bci.micro.vendor=SUSE LLC
LABEL org.opencontainers.image.vendor=SUSE LLC
LABEL com.suse.bci.micro.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/
LABEL org.opencontainers.image.source=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/
LABEL com.suse.bci.micro.name=15.7-52.1
LABEL org.opencontainers.image.ref.name=15.7-52.1
LABEL com.suse.bci.micro.reference=registry.suse.com/bci/bci-micro:15.7-52.1
LABEL org.opensuse.reference=registry.suse.com/bci/bci-micro:15.7-52.1
LABEL com.suse.bci.micro.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/a53d17097cf3a907bf42b29b24882459-micro-image
LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/a53d17097cf3a907bf42b29b24882459-micro-image
LABEL com.suse.bci.micro.supportlevel=l3
LABEL com.suse.supportlevel=l3
LABEL com.suse.bci.micro.until=2031-07-31
LABEL com.suse.supportlevel.until=2031-07-31
LABEL com.suse.bci.micro.eula=sle-bci
LABEL com.suse.eula=sle-bci
LABEL com.suse.bci.micro.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
LABEL com.suse.lifecycle-url=https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
LABEL com.suse.bci.micro.release-stage=released
LABEL com.suse.release-stage=released
LABEL io.artifacthub.package.readme-url=https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/README.md
LABEL io.artifacthub.package.logo-url=https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
CMD ["/bin/sh"]
/bin/sh -c set -euo pipefail; rm -vf /var/lib/zypp/AutoInstalled
/bin/sh -c set -euo pipefail; rm -vf /var/cache/ldconfig/aux-cache
LABEL org.openbuildservice.disturl=obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/a53d17097cf3a907bf42b29b24882459-micro-image
ARG user=webhook
RUN |1 user=webhook /bin/sh -c echo "$user:x:1000:1000::/home/$user:/bin/bash" >> /etc/passwd && echo "$user:x:1000:" >> /etc/group && mkdir /home/$user && chown -R $user:$user /home/$user # buildkit
COPY bin/webhook /usr/bin/ # buildkit
USER webhook
CMD ["webhook"]

Labels

Key Value
com.suse.bci.micro.authors https://github.com/SUSE/bci/discussions
com.suse.bci.micro.created 2025-11-07T14:21:06.400530089Z
com.suse.bci.micro.description A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
com.suse.bci.micro.disturl obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/a53d17097cf3a907bf42b29b24882459-micro-image
com.suse.bci.micro.eula sle-bci
com.suse.bci.micro.lifecycle-url https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
com.suse.bci.micro.name 15.7-52.1
com.suse.bci.micro.reference registry.suse.com/bci/bci-micro:15.7-52.1
com.suse.bci.micro.release-stage released
com.suse.bci.micro.source https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/
com.suse.bci.micro.supportlevel l3
com.suse.bci.micro.title SLE BCI 15 SP7 Micro
com.suse.bci.micro.until 2031-07-31
com.suse.bci.micro.url https://www.suse.com/products/base-container-images/
com.suse.bci.micro.vendor SUSE LLC
com.suse.bci.micro.version 15.7-52.1
com.suse.eula sle-bci
com.suse.lifecycle-url https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
com.suse.release-stage released
com.suse.supportlevel l3
com.suse.supportlevel.until 2031-07-31
io.artifacthub.package.logo-url https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
io.artifacthub.package.readme-url https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/README.md
org.openbuildservice.disturl obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/containers/a53d17097cf3a907bf42b29b24882459-micro-image
org.opencontainers.image.authors https://github.com/SUSE/bci/discussions
org.opencontainers.image.created 2025-11-07T14:21:06.400530089Z
org.opencontainers.image.description A micro environment for containers based on the SUSE Linux Enterprise Base Container Image.
org.opencontainers.image.ref.name 15.7-52.1
org.opencontainers.image.source https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/micro-image/a53d17097cf3a907bf42b29b24882459/
org.opencontainers.image.title SLE BCI 15 SP7 Micro
org.opencontainers.image.url https://www.suse.com/products/base-container-images/
org.opencontainers.image.vendor SUSE LLC
org.opencontainers.image.version 15.7-52.1
org.opensuse.reference registry.suse.com/bci/bci-micro:15.7-52.1
Details
Container
2026-01-10 05:40:24 +00:00
1
OCI / Docker
linux/amd64
https://github.com/SUSE/bci/discussions
22 MiB
Versions (1) View all
v0.9.1 2026-01-10