Namespace
amd64
Image / Tag
linstor-csi:v0.15.1
Content Digest
sha256:d65e745b6fed901d0f3f5cd72cc04d34d925c263220f17fb0914f25f57f0a120
Details
Created

2021-10-06 12:23:05 UTC

Size

79.6 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-09-14T16:32:53.929147
  • com.redhat.build-host
    cpt-1003.osbs.prod.upshift.rdu2.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.15.1

Environment
PATH

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

container

oci


Layers

[#000] sha256:dde93efae2ff16e50120b8766f4ff60f0635f420c514d47c40b6e62987423d74 - 47.12% (37.5 MB)

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

[#002] sha256:f27eb6b1376a24f90201a386c3a2027b1d05bc3d2ba4d5f49e479dc28d15f088 - 30.79% (24.5 MB)

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

[#004] sha256:41ac4e7580e1b19060b0409fac8f0a273c7974007e4766327e485f639a3db110 - 22.08% (17.6 MB)


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

2021-09-14 16:33:24 UTC

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

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

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETARCH=amd64 /bin/sh -c microdnf update && microdnf install e2fsprogs xfsprogs util-linux && microdnf clean all # buildkit

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

ARG SEMVER=0.15.1

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

ARG RELEASE=1

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

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

2021-10-06 12:21:10 UTC (buildkit.dockerfile.v0)

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

2021-10-06 12:23:05 UTC (buildkit.dockerfile.v0)

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

2021-10-06 12:23:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/linstor-csi"]