Namespace
s390x
Image / Tag
linstor-csi:v0.16.0
Content Digest
sha256:76a41147686d641becc73731f067b4edd93e06d9e97ae55576fd8d2a6f10e4bd
Details
Created

2021-10-15 13:42:19 UTC

Size

78.1 MB

Content Digest
Labels
  • architecture
    s390x
  • build-date
    2021-09-14T16:32:42.385602
  • com.redhat.build-host
    s390-c1-vm-04.prod.osbs.eng.bos.redhat.com
  • com.redhat.component
    ubi8-minimal-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 Minimal is a stripped down image that uses microdnf as a package manager. 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 8 Minimal
  • io.openshift.expose-services
  • io.openshift.tags
    minimal rhel8
  • maintainer
    Red Hat, Inc.
  • name
    LINSTOR CSI driver
  • release
    1
  • summary
    LINSTOR's CSI driver component
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.4-210
  • vcs-ref
    7256039d3c371a38cf13906dcf5688c19700c73b
  • vcs-type
    git
  • vendor
    LINBIT
  • version
    0.16.0

Environment
PATH

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

container

oci


Layers

[#000] sha256:740767cc653e7f8bba7a66ddcf1e798306696138788b092ed59a1f6d965107a0 - 46.13% (36 MB)

[#001] sha256:d4e966e71415104ff3d45b80344262c67f4fc5f786e73968b52c43233df41e5f - 0.0% (1.69 KB)

[#002] sha256:6b8497c3a6b5090bdc94c778a6cdd713928c98b24dd50ccf7daa1d2a7ca5ec4a - 31.58% (24.7 MB)

[#003] sha256:fe9d7713f260353208a8a3107ba040d4706694c719741347dc5bfe0854082cd5 - 0.01% (6.81 KB)

[#004] sha256:affe499032916551aa6405ec7a84090d2ad0ecb6f555e96df35de5fd422a9475 - 22.27% (17.4 MB)


History
2021-09-14 16:33:04 UTC (Imported from -)

2021-09-14 16:33:31 UTC

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c microdnf update && microdnf install e2fsprogs xfsprogs util-linux && microdnf clean all # buildkit

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

ARG SEMVER=0.16.0

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

ARG RELEASE=1

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:42:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/linstor-csi"]