Namespace
arm64
Image / Tag
linstor-csi:v0.16.0
Content Digest
sha256:ce10334bc8d35206643f65a81c06920eec99e54c00970504df1f63ec2de1354f
Details
Created

2021-10-15 13:41:08 UTC

Size

78.5 MB

Content Digest
Labels
  • architecture
    arm64
  • build-date
    2021-09-14T16:32:57.974886
  • com.redhat.build-host
    arm-002.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.16.0

Environment
PATH

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

container

oci


Layers

[#000] sha256:0fd566435fb2a2c866d931d4381876d59049beeffa92e2c07e51920f8dd5c637 - 47.26% (37.1 MB)

[#001] sha256:b4e9a78eeca1f619aea36dc0a637036e0615b59d1ec19893bb142bfe93a1f957 - 0.0% (1.7 KB)

[#002] sha256:33fb3d3f6a355de9d0cbae1df087d72bc10e75c8444088db592f77e5d527490e - 31.9% (25.1 MB)

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

[#004] sha256:e7cfc40f6a87031734ff4a74440f6fac6b59c80fc3ee3739ee923decb2e9c8e4 - 20.83% (16.4 MB)


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

2021-09-14 16:35:01 UTC

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

ARG SEMVER=0.16.0

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

ARG RELEASE=1

2021-10-15 13:41:08 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:41:08 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

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

2021-10-15 13:41:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/linstor-csi"]