From 21f69e4ba50c1a288f453a0ae019f49c1431fc95 Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:45:19 +0200 Subject: [PATCH] BUILD-1101 Docker images is be associated to a build and set retention policy --- .cirrus.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 564c8f9368a..3bd6ee4927e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -434,10 +434,8 @@ package_docker_task: memory: 8G env: CIRRUS_CLONE_DEPTH: '1' - install_tooling_script: | - export DEBIAN_FRONTEND=noninteractive - apt-get update - apt-get install -yq openjdk-11-jdk-headless + install_tooling_script: + - ./private/cirrus/cirrus-tooling-for-package-docker.sh package_script: - ./private/cirrus/cirrus-package-docker.sh -- 2.39.5