Namespace
s390x
Image / Tag
linstor-csi:v0.15.0
Content Digest
sha256:4ebf6f94c0573365dd56e4949f0fbf8fcd5847103fa8be1160c0b4ad473c065b
Details
Created

2021-09-23 10:08:41 UTC

Size

100 MB

Content Digest
Labels
  • architecture
    s390x
  • build-date
    2021-08-24T09:50:14.404866
  • com.redhat.build-host
    s390-c1-vm-05.prod.osbs.eng.bos.redhat.com
  • com.redhat.component
    ubi7-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    LINSTOR's CSI driver component
  • distribution-scope
    public
  • 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.
  • io.k8s.display-name
    Red Hat Universal Base Image 7
  • io.openshift.tags
    base rhel7
  • name
    LINSTOR CSI driver
  • release
    1
  • summary
    LINSTOR's CSI driver component
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi7/images/7.9-483
  • vcs-ref
    a4e710a688a6374670ecdd56637c3f683d11cbe3
  • vcs-type
    git
  • vendor
    LINBIT
  • version
    0.15.0

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

container

oci


Layers

[#000] sha256:ec7fae71a51dc652633ad44784e3fedb185c44d4f786637f4453120fdb8c5311 - 73.14% (73.3 MB)

[#001] sha256:ee76b367fb66be172f64bc32513d3aa154b34ccfcedfb0b88ac697ccebc01c49 - 0.0% (1.78 KB)

[#002] sha256:dc0e267c1f67991d4689f162e01a606575e5be5826cc0e19ad80b2f1c0b07719 - 3.1% (3.1 MB)

[#003] sha256:a31adbc75d5aad0397120cefe4f68645d420f64b7269418df7b2c750ca47fd77 - 0.0% (2.53 KB)

[#004] sha256:93eb72bb6676a54445d76cf2891f6f93c7edfb9bc49522dc8ccb4443d112ae42 - 0.0% (592 Bytes)

[#005] sha256:7bf1e4e0c1b194d58aa05986057609aa9707e7a07b45453bf47f3c446ce7b455 - 6.41% (6.42 MB)

[#006] sha256:6523d5a3286f18c9992d95144e772e66a40d89d75bc9d5da4e173e9dbd224ceb - 0.01% (6.81 KB)

[#007] sha256:21e5920433faa02f7b5e90cff649956eef3cfdb3283e2fca5fe2b630f521f76c - 17.34% (17.4 MB)


History
2021-08-24 09:50:25 UTC (Imported from -)

2021-08-24 09:50:42 UTC

2021-09-23 10:06:31 UTC (buildkit.dockerfile.v0)

MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

2021-09-23 10:06:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-09-23 10:06:31 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETARCH=s390x /bin/sh -c yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical # buildkit

2021-09-23 10:06:32 UTC (buildkit.dockerfile.v0)

COPY /etc/pki/rpm-gpg/tools-key /etc/pki/rpm-gpg/ # buildkit

2021-09-23 10:06:32 UTC (buildkit.dockerfile.v0)

COPY centos_clefos_tools.sh /opt/centos_clefos_tools.sh # buildkit

2021-09-23 10:07:43 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETARCH=s390x /bin/sh -c /opt/centos_clefos_tools.sh "$TARGETARCH" > /etc/yum.repos.d/tools.repo && yum -y install e2fsprogs xfsprogs util-linux && yum -y clean all && rm /etc/yum.repos.d/tools.repo # buildkit

2021-09-23 10:07:43 UTC (buildkit.dockerfile.v0)

ARG SEMVER=0.15.0

2021-09-23 10:07:43 UTC (buildkit.dockerfile.v0)

ARG RELEASE=1

2021-09-23 10:07:43 UTC (buildkit.dockerfile.v0)

LABEL name=LINSTOR CSI driver vendor=LINBIT version=0.15.0 release=1 summary=LINSTOR's CSI driver component description=LINSTOR's CSI driver component

2021-09-23 10:07:43 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/gpl-2.0.txt # buildkit

2021-09-23 10:08:41 UTC (buildkit.dockerfile.v0)

COPY /buildroot/linstor-csi-linux-s390x /linstor-csi # buildkit

2021-09-23 10:08:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/linstor-csi"]