This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new 8bcdecc GEODE-9137: install docker-compose via pip, not a stale
ubuntu/univer… (#6300)
8bcdecc is described below
commit 8bcdecc29ede57e98e602b816a52f5106a49bc7b
Author: Robert Houghton <[email protected]>
AuthorDate: Fri Apr 9 13:04:00 2021 -0700
GEODE-9137: install docker-compose via pip, not a stale ubuntu/univer…
(#6300)
* GEODE-9137: install docker-compose via pip, not a stale ubuntu/universe
repo
(cherry picked from commit 2d881664bf5a945f926cdeb5cc53d77053faf189)
---
ci/images/google-geode-builder/scripts/setup.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ci/images/google-geode-builder/scripts/setup.sh
b/ci/images/google-geode-builder/scripts/setup.sh
index 5416685..ebab0f1 100755
--- a/ci/images/google-geode-builder/scripts/setup.sh
+++ b/ci/images/google-geode-builder/scripts/setup.sh
@@ -39,7 +39,6 @@ apt-get install -y --no-install-recommends \
aptitude \
ca-certificates \
cgroupfs-mount \
- docker-compose \
containerd.io \
docker-ce="5:19.03.14~3-0~ubuntu-bionic" \
docker-ce-cli="5:19.03.14~3-0~ubuntu-bionic" \
@@ -66,6 +65,10 @@ apt-get install -y --no-install-recommends \
rm -rf /etc/alternatives
mv /etc/keep-alternatives /etc/alternatives
+pip3 install --upgrade pip
+pip3 install setuptools
+pip3 install docker-compose
+
pushd /tmp
curl -O
https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz
tar xzf google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz -C /