File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ADD . .
12
12
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
13
13
14
14
# Start from BASE_IMAGE.
15
- FROM $BASE_IMAGE as output-image
15
+ FROM $BASE_IMAGE
16
16
17
17
# Install necessary dependencies
18
18
# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash
@@ -23,16 +23,4 @@ USER dog
23
23
# Copy NVME support required script and rules into base image.
24
24
COPY deploy/kubernetes/udev/google_nvme_id /lib/udev_containerized/google_nvme_id
25
25
26
- # Build stage used for validation of the output-image
27
- # See validate-container-linux-* targets in Makefile
28
- FROM output-image as validation-image
29
-
30
- COPY --from=output-image /usr/bin/ldd /usr/bin/find /usr/bin/xargs /usr/bin/
31
- COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/hack/print-missing-deps.sh /print-missing-deps.sh
32
- SHELL ["/bin/bash", "-c"]
33
- RUN /print-missing-deps.sh
34
-
35
- # Final build stage, create the real Docker image with ENTRYPOINT
36
- FROM output-image
37
-
38
26
ENTRYPOINT ["/gce-pd-csi-driver"]
You can’t perform that action at this time.
0 commit comments