Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile.gcp-pd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
WORKDIR /go/src/github.com/openshift/csi-operator
COPY . .
RUN make GO_BUILD_PACKAGES=./cmd/gcp-pd-csi-driver-operator
WORKDIR /go/src/github.com/openshift/gcp-pd-csi-driver-operator
COPY legacy/gcp-pd-csi-driver-operator .
RUN make

FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
COPY --from=builder /go/src/github.com/openshift/csi-operator/bin/gcp-pd-csi-driver-operator /usr/bin/
COPY --from=builder /go/src/github.com/openshift/gcp-pd-csi-driver-operator/gcp-pd-csi-driver-operator /usr/bin/
ENTRYPOINT ["/usr/bin/gcp-pd-csi-driver-operator"]
LABEL io.k8s.display-name="OpenShift GCP PD CSI Driver Operator" \
io.k8s.description="The GCP PD CSI Driver Operator installs and maintains the GCP PD CSI Driver on a cluster."

This file was deleted.

7 changes: 0 additions & 7 deletions assets/overlays/gcp-pd/generated/standalone/cabundle_cm.yaml

This file was deleted.

331 changes: 0 additions & 331 deletions assets/overlays/gcp-pd/generated/standalone/controller.yaml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions assets/overlays/gcp-pd/generated/standalone/controller_pdb.yaml

This file was deleted.

This file was deleted.

Loading