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 70ad624 + cb9d876 commit 20dbd49Copy full SHA for 20dbd49
images/kubemci/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
22
RUN cd /${GOPATH}/src && \
23
mkdir -p github.com/GoogleCloudPlatform && \
24
cd github.com/GoogleCloudPlatform && \
25
- git clone https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress.git && \
+ git clone --depth 1 https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress.git && \
26
cd k8s-multicluster-ingress && \
27
make build && \
28
cp kubemci /bin && \
0 commit comments