Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#8 from openshift-bot/art-consisten…
Browse files Browse the repository at this point in the history
…cy-openshift-4.10-ose-aws-efs-csi-driver

Updating ose-aws-efs-csi-driver images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 22, 2021
2 parents d76d65f + 075f891 commit ff26c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.16-openshift-4.10
4 changes: 2 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver
COPY . .
RUN make

# Use a base image with aws-efs-utils installed
FROM registry.ci.openshift.org/ocp/4.9:aws-efs-utils-base
FROM registry.ci.openshift.org/ocp/4.10:aws-efs-utils-base

# From the upstream Dockerfile:
# At image build time, static files installed by efs-utils in the config directory, i.e. CAs file, need
Expand Down

0 comments on commit ff26c45

Please sign in to comment.