Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#207 from gnufied/fix-older-dockerfile
Browse files Browse the repository at this point in the history
Fix older dockerfile
  • Loading branch information
openshift-merge-robot authored Sep 23, 2022
2 parents 2c9dd62 + ff522c1 commit 430a06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
COPY . .
RUN make ARCH=$(go env GOARCH)

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
FROM registry.ci.openshift.org/ocp/4.12:base
# Get mkfs & blkid
RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux && \
Expand Down

0 comments on commit 430a06d

Please sign in to comment.