This is an automated email from the ASF dual-hosted git repository.
tzimanyi 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 84acfcc1 kie-issues#584: add docker-compose on PATH in kogito-ci-build
image (#1094)
84acfcc1 is described below
commit 84acfcc170f08d5aa125bc9a259a67b4db0f7245
Author: Jan Stastny <[email protected]>
AuthorDate: Thu Sep 21 10:34:22 2023 +0200
kie-issues#584: add docker-compose on PATH in kogito-ci-build image (#1094)
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 2f130382..7208c224 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -52,7 +52,8 @@ RUN dnf -y update && dnf install -y yum-utils
device-mapper-persistent-data lvm
dnf config-manager --add-repo
https://download.docker.com/linux/centos/docker-ce.repo && \
dnf remove podman buildah && \
dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
--nobest && \
- dnf clean all
+ dnf clean all && \
+ alternatives --install /usr/local/bin/docker-compose docker-compose
/usr/libexec/docker/cli-plugins/docker-compose 1
USER nonrootuser
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]