This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new affa5382 kie-issues#632: put cekit in /usr/local/bin (#1121)
affa5382 is described below
commit affa5382076b6bb3cbdb83db8d1705de0c82fbb1
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]