diff --git a/.ci/openshift-ci/Dockerfile b/.ci/openshift-ci/Dockerfile index 602797dbc5..5e641f593e 100644 --- a/.ci/openshift-ci/Dockerfile +++ b/.ci/openshift-ci/Dockerfile @@ -26,4 +26,4 @@ RUN yum install --assumeyes -d1 psmisc python3-pip httpd-tools nodejs && \ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \ chmod +x ./kubectl && \ mv ./kubectl /usr/local/bin && \ - bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next