2025-08-26 14:49:35 +0200
77.7 MB
1.26.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:832c7107081fdd96f75feec9ecc315418936e61d5f783ab227b0086bdfb973a5 - 93.05% (72.3 MB)
[#001] sha256:1d959ec326065746e946a3e3c669c374652a1241b3418180347209d66dcfb2bc - 0.01% (11.1 KB)
[#002] sha256:bdd3f4d9cda98a2ef874d9793aeb4c2289e84246cc74ab506dd752fd49bd1520 - 0.49% (391 KB)
[#003] sha256:0261c30fdc417674d55ecf299937b7fe2c8f3f08034c4c3bdc53962186542c21 - 6.45% (5.01 MB)
[#004] sha256:d98a3d00ece48554e97e0dc642c41b9a04008db255564ce2aa5b441ecf16c929 - 0.0% (571 Bytes)
[#005] sha256:41d84a15e2b511a2f6ed14ca147cdfdd5940f4e1df5afb4fd8267ee73a57bd79 - 0.0% (1.23 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container" name="ubi8" version="8.10" distribution-scope="public"
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
2025-08-26 08:08:01 UTC/bin/sh -c #(nop) ENV container oci
2025-08-26 08:08:04 UTC/bin/sh -c #(nop) COPY dir:3097a5c05fcf2ca628fdf01b38764dc682fb2a9d1ebb52ebb3fd06b0fff0b6b1 in /
2025-08-26 08:08:04 UTC/bin/sh -c #(nop) COPY file:afdf9d7142d806831a8f0b36122a4294ffe97fb9463ad8299eef9d7acd444874 in /etc/yum.repos.d/.
2025-08-26 08:08:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-26 08:08:04 UTC/bin/sh -c #(nop) COPY file:610932c4f3ece1b211db84c168564e3568fafd78c55ad95692ef8ad75eb1f95a in /usr/share/buildinfo/content-sets.json
2025-08-26 08:08:05 UTC/bin/sh -c #(nop) COPY file:610932c4f3ece1b211db84c168564e3568fafd78c55ad95692ef8ad75eb1f95a in /root/buildinfo/content_manifests/content-sets.json
2025-08-26 08:08:06 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-08-26T08:07:39" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="f4ddae6093891049987b044fba128eb011bc877f" "release"="1756195303"
2025-08-26 14:49:31 +0200 (buildkit.dockerfile.v0)MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
2025-08-26 14:49:31 +0200 (buildkit.dockerfile.v0)ENV LINSTOR_CLI_VERSION=1.26.1
2025-08-26 14:49:31 +0200 (buildkit.dockerfile.v0)ARG release=1
2025-08-26 14:49:31 +0200 (buildkit.dockerfile.v0)LABEL name=linstor-client vendor=LINBIT version=1.26.1 release=1 summary=LINSTOR's client component description=LINSTOR's client component
2025-08-26 14:49:31 +0200 (buildkit.dockerfile.v0)COPY COPYING /licenses/gpl-3.0.txt # buildkit
2025-08-26 14:49:32 +0200 (buildkit.dockerfile.v0)COPY /tmp/*.noarch.rpm /tmp/ # buildkit
2025-08-26 14:49:35 +0200 (buildkit.dockerfile.v0)RUN |1 release=1 /bin/sh -c yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && yum install -y /tmp/python-linstor-*.rpm /tmp/linstor-client*.rpm && yum clean all -y # buildkit
2025-08-26 14:49:35 +0200 (buildkit.dockerfile.v0)RUN |1 release=1 /bin/sh -c groupadd linstor # buildkit
2025-08-26 14:49:35 +0200 (buildkit.dockerfile.v0)RUN |1 release=1 /bin/sh -c useradd -m -g linstor linstor # buildkit
2025-08-26 14:49:35 +0200 (buildkit.dockerfile.v0)USER linstor
2025-08-26 14:49:35 +0200 (buildkit.dockerfile.v0)ENTRYPOINT ["linstor"]