File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ RUN curl -LO https://get.helm.sh/helm-v2.14.1-linux-amd64.tar.gz && \
28
28
rm helm-v2.14.1-linux-amd64.tar.gz
29
29
30
30
RUN ISTIO_VERSION=1.2.2 && \
31
- curl -L "https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux.tar.gz" | tar xz && \
32
- mkdir ./istio-manifests && \
33
- mv ./istio-${ISTIO_VERSION}/install/kubernetes/helm/* ./istio-manifests/ && \
34
- rm -rf ./istio-${ISTIO_VERSION}
31
+ curl -L "https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux.tar.gz" | tar xz && \
32
+ mkdir ./istio-manifests && \
33
+ mv ./istio-${ISTIO_VERSION}/install/kubernetes/helm/* ./istio-manifests/ && \
34
+ rm -rf ./istio-${ISTIO_VERSION}
35
35
36
36
COPY manager /root
37
37
You can’t perform that action at this time.
0 commit comments