Use docker "stable" tag
authorCamilla Conte <cconte@redhat.com>
Mon, 22 May 2023 17:41:51 +0000 (18:41 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 May 2023 19:26:40 +0000 (12:26 -0700)
Use the same tag in all jobs.

Signed-off-by: Camilla Conte <cconte@redhat.com>
Message-Id: <20230522174153.46801-3-cconte@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
.gitlab-ci.d/container-template.yml

index 519b8a94822fd7d43091b50a3e5371f9b6b894ed..11569dd900a861de14ab003560d85bcc984ad442 100644 (file)
@@ -3,7 +3,7 @@
   image: docker:stable
   stage: containers
   services:
-    - docker:dind
+    - docker:stable-dind
   before_script:
     - export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:latest"
     - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"