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

2021-12-09 15:05:58 UTC

Size

75.9 MB

Content Digest
Labels
  • architecture
    arm64
  • build-date
    2021-11-03T13:56:32.032871
  • 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.5-204
  • vcs-ref
    7ffc2d965ea414fc38f42d93090d967a5aee2c33
  • vcs-type
    git
  • vendor
    LINBIT
  • version
    0.17.0

Environment
PATH

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

container

oci


Layers

[#000] sha256:49d2960318b5ec1d6cc39b4625b3de4589cfdf75dd20682200e8fdee3a3fe600 - 49.26% (37.4 MB)

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

[#002] sha256:02fa2d9a3801c8c3c467ca254b0648b3d9db5901496f4f977d5e2faa6be9fca5 - 28.86% (21.9 MB)

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

[#004] sha256:ed918cf9d825cf6d58da368614a8976db3843a78c872d38f765a68b3619a7f8d - 21.87% (16.6 MB)


History
2021-11-03 13:56:49 UTC (Imported from -)

2021-11-03 13:57:35 UTC

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

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

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

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

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

ARG SEMVER=0.17.0

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

ARG RELEASE=1

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

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

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

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

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

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

2021-12-09 15:05:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/linstor-csi"]