tests/docker: Update the tricore container to debian 10
authorThomas Huth <thuth@redhat.com>
Fri, 25 Sep 2020 15:40:23 +0000 (16:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 2 Oct 2020 11:29:08 +0000 (12:29 +0100)
We do not support Debian 9 anymore, thus update the Tricore container
to Debian 10 now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200921174320.46062-4-thuth@redhat.com>
Message-Id: <20200925154027.12672-12-alex.bennee@linaro.org>

.gitlab-ci.d/containers.yml
tests/docker/Makefile.include
tests/docker/dockerfiles/debian-tricore-cross.docker

index 6769eef0ff0da9657d084d93da1c73d378850af5..089cea7c14c14c85f2e952eb0770be4224bd647c 100644 (file)
@@ -210,7 +210,7 @@ sparc64-debian-cross-container:
 tricore-debian-cross-container:
   <<: *container_job_definition
   stage: containers-layer2
-  needs: ['amd64-debian9-container']
+  needs: ['amd64-debian10-container']
   variables:
     NAME: debian-tricore-cross
 
index 75704268ff0a5ea67af756632adfc96c135f94f1..02ec92830b839fb8b4eeeeccab9b13998e54df54 100644 (file)
@@ -137,7 +137,7 @@ docker-image-debian-sparc64-cross: docker-image-debian10
 docker-image-travis: NOUSER=1
 
 # Specialist build images, sometimes very limited tools
-docker-image-debian-tricore-cross: docker-image-debian9
+docker-image-debian-tricore-cross: docker-image-debian10
 docker-image-debian-all-test-cross: docker-image-debian10
 docker-image-debian-arm64-test-cross: docker-image-debian11
 
index 769d95c77bb29230cf349fc752d9c2eb09aaacd3..985925134c674c699bd0f01a5b3dceabbfa17aad 100644 (file)
@@ -7,7 +7,7 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 #
-FROM qemu/debian9
+FROM qemu/debian10
 
 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>