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


The following commit(s) were added to refs/heads/radtriste-fix-pipelines by 
this push:
     new 4029c3f1 put docker-squash on path
4029c3f1 is described below

commit 4029c3f1d534b6e879ef3dd5088754f11ae1f9eb
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 20 17:01:25 2023 +0100

    put docker-squash on path
---
 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 1bc0858e..4a9cd107 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -109,7 +109,8 @@ RUN wget 
https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-amd64
 
 # Cekit
 RUN pip${PYTHON_MAJOR_MINOR_VERSION} install cekit==4.8.0 behave lxml docker 
docker-squash elementPath pyyaml ruamel.yaml python-dateutil Jinja2 pykwalify 
colorlog click && \
-  sudo update-alternatives --install /usr/local/bin/cekit cekit 
~/.local/bin/cekit 1
+  sudo update-alternatives --install /usr/local/bin/cekit cekit 
~/.local/bin/cekit 1 && \
+  sudo update-alternatives --install /usr/local/bin/docker-squash 
docker-squash ~/.local/bin/docker-squash 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]

Reply via email to