Преглед на файлове

chore(deps): use fully qualified container image name for Gitlab Runner

While doing so, also switch to a versioned release of Gitlab Runner.
Christoph Schug преди 1 година
родител
ревизия
cff9390412
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docker-compose/gitlab-runner/compose.yaml

+ 1 - 1
docker-compose/gitlab-runner/compose.yaml

@@ -1,7 +1,7 @@
 ---
 services:
   gitlab-runner:
-    image: gitlab/gitlab-runner:alpine3.19
+    image: docker.io/gitlab/gitlab-runner:alpine-v17.9.1
     container_name: gitlab-runner-1
     volumes:
       - ./config/config.toml:/etc/gitlab-runner/config.toml:ro