Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #47 from jsafrane/4.7-fix-udev
Bug 1933659: Add udev to the driver image
  • Loading branch information
openshift-merge-robot committed Mar 11, 2021
2 parents 7def972 + 2f37c6e commit 5202bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/cinder-csi-plugin/Dockerfile
Expand Up @@ -7,7 +7,7 @@ FROM registry.ci.openshift.org/ocp/4.7:base

# Get mkfs & blkid
RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux systemd-udev && \
yum clean all && rm -rf /var/cache/yum/*

COPY --from=0 /go/src/k8s.io/cloud-provider-openstack/cinder-csi-plugin /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion images/cinder-csi-plugin/Dockerfile.openshift.ci
Expand Up @@ -7,7 +7,7 @@ FROM registry.svc.ci.openshift.org/openshift/4.6:base

# Get mkfs & blkid
RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux systemd-udev && \
yum clean all && rm -rf /var/cache/yum/*

COPY --from=0 /go/src/k8s.io/cloud-provider-openstack/cinder-csi-plugin /usr/bin/
Expand Down

0 comments on commit 5202bfd

Please sign in to comment.