This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch ubuntu-image
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/ubuntu-image by this push:
new b8a09ed2 Add required groups to CI image
b8a09ed2 is described below
commit b8a09ed21f25a9d35e1647abb2f6d9947fe45bf3
Author: Tibor Zimányi <[email protected]>
AuthorDate: Thu Nov 2 15:19:45 2023 +0100
Add required groups to CI image
---
apache-nodes/Dockerfile.kogito-ci-build | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index 79fd6f80..ce30ba23 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -131,6 +131,9 @@ RUN wget
https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.13/o
sudo mv ${tmp_dir}/oc /usr/local/bin && \
rm -rf ${tmp_dir} /tmp/openshift-client*
+# Bash aliases
+RUN echo -e "\nalias alternatives='update-alternatives'" >> .bashrc
+
ENV HOME="/home/nonrootuser/"
ENV JAVA_HOME="/home/nonrootuser/.sdkman/candidates/java/current/"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]