From d479d0ce6b0faec0f2997ac6696ce8ca8eed6c86 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Fri, 4 Apr 2025 08:25:15 +0200
Subject: [PATCH] WIP

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92270eee73..cac54dfdf3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -621,13 +621,32 @@ verify-dist:
   image: docker.io/alpine:${ALPINE_VERSION}
   stage: verify
   only:
+<<<<<<< Updated upstream
     refs:
       - /^release-.*/
+=======
+    - /^release-.*/
+>>>>>>> Stashed changes
   before_script:
     - "apk add curl"
   script:
     - "curl -v --output /dev/null --fail https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/${APP_VERSION}/dist.tar.gz"
 
+<<<<<<< Updated upstream
+=======
+verify-images:
+  image: docker.io/docker:${DOCKER_VERSION}-dind
+  stage: verify
+  only:
+    - /^release-.*/
+  before_script:
+    - "apk add --no-cache wget bash"
+    - "wget -O /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v0.8.2/regctl-linux-amd64"
+    - "chmod +x /usr/local/sbin/regctl"
+  script:
+    - bash ./.gitlab/check-unsupported-images.sh
+
+>>>>>>> Stashed changes
 scan-sonarqube:
   image: sonarsource/sonar-scanner-cli:${SONARQUBE_VERSION}
   stage: scan
-- 
GitLab