From 717e819b44e029b208162977c29b3b30bcc7b713 Mon Sep 17 00:00:00 2001 From: Jack Joy Date: Mon, 6 Nov 2023 11:46:09 +0000 Subject: [PATCH] updating ubuntu bionic->jammy --- certstrap/certstrap_spec.rb | 2 +- cf-acceptance-tests/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certstrap/certstrap_spec.rb b/certstrap/certstrap_spec.rb index 330daa9b..9a0a19c7 100644 --- a/certstrap/certstrap_spec.rb +++ b/certstrap/certstrap_spec.rb @@ -12,7 +12,7 @@ } it "installs the right version of Ubuntu Linux" do - expect(os_version).to include("Ubuntu 18.04.6") + expect(os_version).to include("Ubuntu 22.04.3") expect(os_version).to include("LTS") end diff --git a/cf-acceptance-tests/Dockerfile b/cf-acceptance-tests/Dockerfile index 181a4727..388bea78 100644 --- a/cf-acceptance-tests/Dockerfile +++ b/cf-acceptance-tests/Dockerfile @@ -5,7 +5,7 @@ RUN apt update \ build-essential \ openssh-client \ unzip \ - python-pip \ + python3-pip \ jq \ git \ fossil \ @@ -40,4 +40,4 @@ ENV CF_PLUGIN_HOME /root/ RUN cf install-plugin -f "https://github.com/cloudfoundry/log-cache-cli/releases/download/v${CF_LOG_CACHE_VERSION}/log-cache-cf-plugin-linux" # Install the AWS-CLI -RUN pip install awscli=="1.19.112" +RUN pip install awscli=="1.29.79"