2021-08-03 07:38:36 UTC
210 MB
en_US.utf8
LINSTOR_VERSION1.14.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PSKhttps://packages.linbit.com/package-signing-pubkey.asc
REPO/etc/yum.repos.d/linbit.repo
containeroci
[#000] sha256:ff5a4e4d3690ccc931900b63714d326cc53a58e644f8d0a4f06bf8c62f11c5c7 - 34.7% (72.9 MB)
[#001] sha256:fa2ef7f80d6fc9543f6eb472846931ed1cec2b5f776d1b67bcb1b9942e1a947e - 0.0% (1.77 KB)
[#002] sha256:e5e0edb4fa937fcf49aca37b078045ea0d2cd90c64a47d8878615187d7384a70 - 0.01% (11.1 KB)
[#003] sha256:6d0c1f970ce977a72e681372e314f0add65d1c00d9ac66a549865256e4acf8b8 - 0.0% (679 Bytes)
[#004] sha256:ac66d81b5e8c7f0725ad5349c34aeaaae61e2ea3b9abb166a4fc5874a4162e4f - 1.61% (3.38 MB)
[#005] sha256:72ae4a7dcf60a8e30df233e93c1ffb61005c40182f57c154517e00589523a573 - 17.1% (35.9 MB)
[#006] sha256:b1908b4c9842b1847ae45e04b392f3583f01b8c5efb77b510382a44563446049 - 43.09% (90.5 MB)
[#007] sha256:1c66b8e7c00323b26500272d55033f108dde619ebb92f5bd1799534c589a3da7 - 3.49% (7.32 MB)
[#008] sha256:0969957994bd5a86a119b8bbf2ae05571b8373ed3d66f187142fd14366d8c9b4 - 0.0% (561 Bytes)
[#009] sha256:745925da59f5bb163d7087d22ba63b4603c6281bba820e4f9d56ff60990d817c - 0.0% (2.17 KB)
[#010] sha256:ab7b88dfcab85bc363406f4cf55d7ea44b1433c885a277e50a2ffe3161b99af4 - 0.0% (180 Bytes)
[#011] sha256:cdd9c785948038c7f59dcc4fe1ae4cd60aa84165a24cba04cf9acb49d49ce245 - 0.0% (1.18 KB)
[#012] sha256:749c518a59f0395f2261c51e70a4b81e33b7280fbbb65cbd96c28955106de604 - 0.0% (218 Bytes)
[#013] sha256:abe0525e008cf483b2d74b5b93f71a9ae1ad3c7eb4fe97d8480765e596ec553b - 0.0% (899 Bytes)
[#014] sha256:8c75d6d73956ba52f8ee5272b82ace07d129d1c8516d33639f9726b9fa69f659 - 0.0% (418 Bytes)
/bin/sh -c #(nop) MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
2021-08-03 07:37:50 UTC/bin/sh -c #(nop) ENV LINSTOR_VERSION=1.14.0
2021-08-03 07:37:50 UTC/bin/sh -c #(nop) ARG release=1
2021-08-03 07:37:51 UTC/bin/sh -c #(nop) LABEL name=linstor-controller vendor=LINBIT version=1.14.0 release=1 summary=LINSTOR's controller component description=LINSTOR's controller component
2021-08-03 07:37:51 UTC/bin/sh -c #(nop) COPY file:2ee487e7ddccdbd41a46917644cccd4b1d81c2c249429d5e3297d2046bee10b7 in /licenses/gpl-3.0.txt
2021-08-03 07:37:52 UTC|1 release=1 /bin/sh -c echo "skip_missing_names_on_install=no" >> /etc/yum.conf
2021-08-03 07:37:52 UTC/bin/sh -c #(nop) ENV PSK=https://packages.linbit.com/package-signing-pubkey.asc
2021-08-03 07:37:53 UTC/bin/sh -c #(nop) ENV REPO=/etc/yum.repos.d/linbit.repo
2021-08-03 07:37:55 UTC|1 release=1 /bin/sh -c curl "$PSK" >/tmp/psk.asc && rpm --import /tmp/psk.asc && rm /tmp/psk.asc && printf '[linstor-client]\nname=Linstor Client - $basearch \nbaseurl=http://packages.linbit.com/public/yum/rhel7/misc/$basearch \nenabled=1\ngpgcheck=1\ngpgkey=%s\n' "$PSK" | tee "$REPO"
2021-08-03 07:37:57 UTC/bin/sh -c #(nop) COPY multi:20190a9f49d51808f1851d8fbdb54e933c926e29d8d719eef11c72f33571335c in /tmp/
2021-08-03 07:38:23 UTC|1 release=1 /bin/sh -c yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && yum install -y which && yum install -y linstor-client /tmp/linstor-common*.rpm /tmp/linstor-controller*.rpm && rm /tmp/*.rpm && yum clean all -y
2021-08-03 07:38:24 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-08-03 07:38:24 UTC/bin/sh -c #(nop) ARG K8S_AWAIT_ELECTION_VERSION=v0.2.3
2021-08-03 07:38:27 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c curl --fail --location "https://github.com/LINBIT/k8s-await-election/releases/download/${K8S_AWAIT_ELECTION_VERSION}/k8s-await-election-${K8S_AWAIT_ELECTION_VERSION}-linux-${ARCH}.tar.gz" | tar -xvz -C /usr/local/bin/
2021-08-03 07:38:28 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c groupadd linstor
2021-08-03 07:38:29 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c useradd -m -g linstor linstor
2021-08-03 07:38:31 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c mkdir /var/log/linstor-controller
2021-08-03 07:38:32 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c chown -R root:linstor /etc/linstor /var/lib/linstor /var/log/linstor-controller
2021-08-03 07:38:33 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c chmod g+w /etc/linstor /var/lib/linstor /var/log/linstor-controller
2021-08-03 07:38:34 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.2.3 release=1 /bin/sh -c sed -i 's#<!-- <appender-ref ref="FILE" /> -->#<appender-ref ref="FILE" />#' /usr/share/linstor-server/lib/conf/logback.xml
2021-08-03 07:38:35 UTC/bin/sh -c #(nop) EXPOSE 3370/tcp 3371/tcp 3376/tcp 3377/tcp
2021-08-03 07:38:35 UTC/bin/sh -c #(nop) COPY file:6ca73905096ff1d7d395cbd6044341818514dd76c37dd56c6eb96e90b34bfa18 in /
2021-08-03 07:38:35 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.utf8
2021-08-03 07:38:36 UTC/bin/sh -c #(nop) USER linstor
2021-08-03 07:38:36 UTC/bin/sh -c #(nop) CMD ["startController"]
2021-08-03 07:38:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/k8s-await-election" "/entry.sh"]