User Tools

Site Tools


devops1._основные_инструменты

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devops1._основные_инструменты [2026/03/27 14:54]
val [Практикум]
devops1._основные_инструменты [2026/04/10 16:50] (current)
val [Практикум]
Line 353: Line 353:
   -v /​srv/​gitlab-runner/​config:/​etc/​gitlab-runner \   -v /​srv/​gitlab-runner/​config:/​etc/​gitlab-runner \
   -v /​var/​run/​docker.sock:/​var/​run/​docker.sock \   -v /​var/​run/​docker.sock:/​var/​run/​docker.sock \
-  gitlab/​gitlab-runner:​latest+  gitlab/​gitlab-runner:​v18.6.2
 </​code>​ </​code>​
  
Line 375: Line 375:
  
 before_script:​ before_script:​
-  - env +  - 
-  ​- ​echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY+    for i in $(seq 1 60); do 
 +      docker info && break || sleep 1 
 +    done 
 +    ​env 
 +    echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY 
  
 Build: Build:
devops1._основные_инструменты.1774612448.txt.gz · Last modified: 2026/03/27 14:54 by val