We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ea1b0 + ae2aa54 commit 672a0d5Copy full SHA for 672a0d5
Dockerfile.snapshot-controller.openshift.rhel7
@@ -1,8 +1,8 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
2
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
3
COPY . .
4
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
7
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-controller /usr/bin/
8
ENTRYPOINT ["/usr/bin/snapshot-controller"]
0 commit comments