File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/aws-ebs-csi-driver-operator
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/aws-ebs-csi-driver-operator /usr/bin/
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/aws-efs-csi-driver-operator
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/aws-efs-csi-driver-operator /usr/bin/
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/azure-disk-csi-driver-operator
55
66
77FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/azure-file-csi-driver-operator
55
66
77FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/create-efs-volume
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/create-efs-volume /usr/bin/
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/openstack-cinder-csi-driver-operator
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/openstack-cinder-csi-driver-operator /usr/bin/
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/openstack-manila-csi-driver-operator
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/openstack-manila-csi-driver-operator /usr/bin/
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22WORKDIR /go/src/github.com/openshift/csi-operator
33COPY . .
4- RUN make
4+ RUN make GO_BUILD_PACKAGES=./cmd/smb-csi-driver-operator
55
66FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/smb-csi-driver-operator /usr/bin/
You can’t perform that action at this time.
0 commit comments