Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#50 from openshift-bot/art-consisten…
Browse files Browse the repository at this point in the history
…cy-openshift-4.14-csi-attacher

Updating csi-attacher images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Mar 10, 2023
2 parents 335d78a + c621ee9 commit ed9aba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.19-openshift-4.13
tag: rhel-8-release-golang-1.19-openshift-4.14
4 changes: 2 additions & 2 deletions Dockerfile.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-attacher
COPY . .
RUN make build

FROM registry.ci.openshift.org/ocp/4.13:base
FROM registry.ci.openshift.org/ocp/4.14:base
COPY --from=builder /go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher /usr/bin/
ENTRYPOINT ["/usr/bin/csi-attacher"]

0 comments on commit ed9aba0

Please sign in to comment.