From 85bca774fc66c3769950858d3a5e912b73e678dc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 10 Mar 2021 12:11:43 +0100 Subject: [PATCH] jobs/osmocom-release-tarballs: adjust containers Build debian-stretch-obs-latest instead of debian-stretch-build, before building debian-stretch-build-dist. Depends: docker-playground I2cf6ed732e55b8f0e63bd8fc040749bd16676d0f Change-Id: I4189ab1bf483f0a31ffdb35af0d42fe2e9a72a90 --- jobs/osmocom-release-tarballs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml index fd078be8..4ff1c1c4 100644 --- a/jobs/osmocom-release-tarballs.yml +++ b/jobs/osmocom-release-tarballs.yml @@ -27,7 +27,9 @@ - shell: | export OSMO_BRANCH_DOCKER_PLAYGROUND="$BRANCH_DOCKER_PLAYGROUND" . scripts/common.sh - docker_images_require "debian-stretch-build" "debian-stretch-build-dist" + docker_images_require \ + "debian-stretch-obs-latest" \ + "debian-stretch-build-dist" docker run \ --rm=true \