File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ RUN apk add --update bash
1414
1515# copy all versions of kubectl to switch between them later.
1616COPY --from=builder kubectl1.15 /usr/local/bin/
17- COPY --from=builder kubectl1.14 /usr/local/bin/kubectl
17+ COPY --from=builder kubectl1.14 /usr/local/bin/
1818COPY --from=builder kubectl1.12 /usr/local/bin/
1919COPY --from=builder kubectl1.10 /usr/local/bin/
2020COPY --from=builder kubectl1.6 /usr/local/bin/
2121
22- RUN chmod +x /usr/local/bin/kubectl /usr/local/bin/kubectl1.6 /usr/local/bin/kubectl1.10 /usr/local/bin/kubectl1.12 /usr/local/bin/kubectl1.15
22+ # Set Default
23+ COPY --from=builder kubectl1.14 /usr/local/bin/kubectl
24+
25+ RUN chmod +x /usr/local/bin/kubectl /usr/local/bin/kubectl1.6 /usr/local/bin/kubectl1.10 /usr/local/bin/kubectl1.12 /usr/local/bin/kubectl1.14 /usr/local/bin/kubectl1.15
2326
2427WORKDIR /
2528
You can’t perform that action at this time.
0 commit comments