Skip to content

Commit

Permalink
Merge pull request #178 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.7-ose-aws-ebs-csi-driver

Updating ose-aws-ebs-csi-driver builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Jan 18, 2021
2 parents 6e7f163 + 956852e commit f6a71bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
COPY . .
RUN make

FROM registry.svc.ci.openshift.org/ocp/4.7:base
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 && \
Expand Down

0 comments on commit f6a71bf

Please sign in to comment.