You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar zxf /tmp/chart-testing.tar.gz -C /usr/local/bin ct && \
29
+
tar zxf /tmp/chart-testing.tar.gz -C ${HOME}/.ct --strip-components=1 etc && \
30
+
rm /tmp/chart-testing.tar.gz
39
31
40
32
## Install git, python 3.8, yamale, and yamllint
41
33
RUN INSTALL_PKGS="git python38 python38-pip" && \
@@ -48,7 +40,7 @@ RUN INSTALL_PKGS="git python38 python38-pip" && \
48
40
python3 -m pip install yamllint==1.24.1
49
41
50
42
## Install oc and kubectl
51
-
RUN curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OPENSHIFT_CLIENT_VERSION}/openshift-client-linux-${OPENSHIFT_CLIENT_VERSION}.tar.gz \
52
-
| tar zxf - -C /usr/local/bin oc kubectl
43
+
RUN curl -sL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-${OPENSHIFT_CLIENT_VERSION}/openshift-client-linux.tar.gz \
0 commit comments