2021-09-29 12:39:11 UTC
234 MB
/etc/yum.repos.d/linbit-internal.repo
LINSTOR_VERSION1.15.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PSKhttps://packages.linbit.com/package-signing-pubkey.asc
containeroci
[#000] sha256:296e14ee24149e14d573a1fbf5b5a625c7bb0cc22f5b2a8b180e833258187948 - 33.97% (79.5 MB)
[#001] sha256:356f18f3a935b2f226093720b65383048249413ed99da72c87d5be58cc46661c - 0.0% (1.75 KB)
[#002] sha256:68abc65f57d4dc129e7dd99e6f8134d27091f8c5859af188e6349d75cfc0deab - 0.0% (261 Bytes)
[#003] sha256:5683eb5fa339743dc77da47cc4d933f680bc213a4624561bd0f24aba73378834 - 0.0% (11.1 KB)
[#004] sha256:cfa499cfe327909ac720a4904dbf85146b05f4d0c47a2a92ebd42e96d3695436 - 16.95% (39.7 MB)
[#005] sha256:53b7aabcee5a2943b4485d4ffb4409ea55a5e4a4af12cfb72f82a4cb16eb1de5 - 41.36% (96.8 MB)
[#006] sha256:2ffc75dfd60bf89ea436164e4b3a8db43215204e7223aac01916592f7868aeee - 1.8% (4.2 MB)
[#007] sha256:b81287f8d9886f8d17da5b7954b3c10f379e44ad9812803769fb097190902800 - 0.0% (303 Bytes)
[#008] sha256:0aaec4365c5ede69f7917035e0a0921e8b161891803ab4621b11c9c742e6a8a0 - 2.56% (6 MB)
[#009] sha256:8c0cf35a442df43db0205192aa2feeadbf9204a779b4494712c152771b532199 - 3.37% (7.88 MB)
[#010] sha256:b7158ae188b213ec04ce235fdac2cf472520de46d363050214511c5c59d21ad2 - 0.0% (604 Bytes)
[#011] sha256:bdef40f5e68b5e9f5d0afe76cb10e8c79aa14e3ce2db0a7b483b2f1588104f0f - 0.0% (1.64 KB)
[#012] sha256:f629024b19e00a70de7038c319605e4efb4f41b088ce411083efe1eaabb2714e - 0.0% (180 Bytes)
[#013] sha256:46536ae2a460cec3f1569897e082eea0cfba0c1f63f620983da658806c6d6eb0 - 0.0% (1.19 KB)
[#014] sha256:c903bafdf0242b731951322bdbb79a1114f713e9b033f6e416d8397ff528d2ba - 0.0% (219 Bytes)
[#015] sha256:aa127beb5c4a52faac84dca906f14823b7f19c4434a5995c2472419e533d7e06 - 0.0% (900 Bytes)
[#016] sha256:565887d0f58d6a161781f4d942ad624eda5a2d9f3230bfdd61a533e8c495e302 - 0.0% (419 Bytes)
/bin/sh -c #(nop) MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
2021-09-29 08:06:30 UTC/bin/sh -c echo "skip_missing_names_on_install=no" >> /etc/yum.conf
2021-09-29 08:06:30 UTC/bin/sh -c #(nop) ENV LINSTOR_VERSION=1.15.0
2021-09-29 08:06:30 UTC/bin/sh -c #(nop) ARG release=1
2021-09-29 08:06:31 UTC/bin/sh -c #(nop) LABEL name=linstor-controller vendor=LINBIT version=1.15.0 release=1 summary=LINSTOR's controller component description=LINSTOR's controller component
2021-09-29 08:06:31 UTC/bin/sh -c #(nop) COPY file:2ee487e7ddccdbd41a46917644cccd4b1d81c2c249429d5e3297d2046bee10b7 in /licenses/gpl-3.0.txt
2021-09-29 08:06:32 UTC/bin/sh -c #(nop) COPY multi:a82ca08c50aaacf609bafbda78af925abd0c4b8db6c24f2e2705f0630a9a1f4c in /tmp/
2021-09-29 08:06:49 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 /tmp/linstor-common*.rpm /tmp/linstor-controller*.rpm && rm /tmp/*.rpm && yum clean all -y
2021-09-29 08:06:51 UTC/bin/sh -c #(nop) ENV PSK=https://packages.linbit.com/package-signing-pubkey.asc
2021-09-29 08:06:52 UTC|1 release=1 /bin/sh -c curl "$PSK" >/tmp/psk.asc && rpm --import /tmp/psk.asc && rm /tmp/psk.asc
2021-09-29 08:06:52 UTC/bin/sh -c #(nop) ENV INTERNAL_REPO=/etc/yum.repos.d/linbit-internal.repo
2021-09-29 08:06:52 UTC|1 release=1 /bin/sh -c printf '[linbit-internal]\nname=LINBIT Internal - $basearch\nbaseurl=https://nexus.at.linbit.com/repository/packages-linbit-com/yum/rhel8/drbd-9/$basearch\nenabled=1\ngpgcheck=1\ngpgkey=%s\n' "$PSK" | tee "$INTERNAL_REPO"
2021-09-29 08:06:56 UTC|1 release=1 /bin/sh -c yum install -y linstor-gui linstor-client && yum clean all -y && rm "$INTERNAL_REPO"
2021-09-29 08:06:57 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-09-29 08:06:57 UTC/bin/sh -c #(nop) ARG K8S_AWAIT_ELECTION_VERSION=v0.3.1
2021-09-29 08:06:59 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 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-09-29 08:07:00 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 release=1 /bin/sh -c groupadd linstor
2021-09-29 08:07:00 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 release=1 /bin/sh -c useradd -m -g linstor linstor
2021-09-29 08:07:01 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 release=1 /bin/sh -c mkdir /var/log/linstor-controller
2021-09-29 08:07:02 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 release=1 /bin/sh -c chown -R root:linstor /etc/linstor /var/lib/linstor /var/log/linstor-controller
2021-09-29 08:07:02 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 release=1 /bin/sh -c chmod g+w /etc/linstor /var/lib/linstor /var/log/linstor-controller
2021-09-29 08:07:03 UTC|3 ARCH=amd64 K8S_AWAIT_ELECTION_VERSION=v0.3.1 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-09-29 08:07:03 UTC/bin/sh -c #(nop) EXPOSE 3370/tcp 3371/tcp
2021-09-29 08:07:03 UTC/bin/sh -c #(nop) COPY file:6ca73905096ff1d7d395cbd6044341818514dd76c37dd56c6eb96e90b34bfa18 in /
2021-09-29 12:39:11 UTC/bin/sh -c #(nop) USER linstor
2021-09-29 12:39:11 UTC/bin/sh -c #(nop) CMD ["startController"]
2021-09-29 12:39:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/k8s-await-election" "/entry.sh"]