Skip to content

Commit 3dad028

Browse files
Merge pull request #21 from openshift-bot/art-consistency-openshift-4.7-csi-livenessprobe
Updating csi-livenessprobe builder & base images to be consistent with ART
2 parents 820657b + 5d3a37f commit 3dad028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.openshift.rhel7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
22
WORKDIR /go/src/github.com/kubernetes-csi/livenessprobe
33
COPY . .
44
RUN make build
55

6-
FROM registry.svc.ci.openshift.org/ocp/4.7:base
6+
FROM registry.ci.openshift.org/ocp/4.7:base
77
COPY --from=builder /go/src/github.com/kubernetes-csi/livenessprobe/bin/livenessprobe /usr/bin/
88
ENTRYPOINT ["/usr/bin/livenessprobe"]

0 commit comments

Comments
 (0)