This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit bba05595651f6d2c37089ce48cd6a4ad91aed769 Author: Jan Stastny <[email protected]> AuthorDate: Thu Nov 9 15:01:35 2023 +0100 kie-issues#632: put cekit in /usr/local/bin (#1121) * kie-issues#632: put cekit in /usr/local/bin * use home folder shortcut --------- Co-authored-by: jstastny-cz <[email protected]> --- apache-nodes/Dockerfile.kogito-ci-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache-nodes/Dockerfile.kogito-ci-build b/apache-nodes/Dockerfile.kogito-ci-build index e0cffd5f..44c6e0d6 100644 --- a/apache-nodes/Dockerfile.kogito-ci-build +++ b/apache-nodes/Dockerfile.kogito-ci-build @@ -124,7 +124,8 @@ RUN wget https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-amd64 sudo alternatives --install /usr/local/bin/hub hub /opt/hub/bin/hub 1 # Cekit -RUN pip3.11 install cekit==4.8.0 behave lxml docker docker-squash elementPath pyyaml ruamel.yaml python-dateutil Jinja2 pykwalify colorlog click +RUN pip3.11 install cekit==4.8.0 behave lxml docker docker-squash elementPath pyyaml ruamel.yaml python-dateutil Jinja2 pykwalify colorlog click && \ + sudo alternatives --install /usr/local/bin/cekit cekit ~/.local/bin/cekit 1 RUN wget https://github.com/openshift/source-to-image/releases/download/v1.3.8/source-to-image-v1.3.8-980ca195-linux-amd64.tar.gz -P /tmp && \ tmp_dir=$(mktemp -d) && \ tar -C ${tmp_dir} -xzvf /tmp/source-to-image-v1.3.8-980ca195-linux-amd64.tar.gz && \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
