This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
devops1._основные_инструменты [2026/03/27 09:38] val [Теория] |
devops1._основные_инструменты [2026/03/27 14:54] (current) val [Практикум] |
||
|---|---|---|---|
| Line 363: | Line 363: | ||
| - push | - push | ||
| # - deploy | # - deploy | ||
| + | |||
| + | variables: | ||
| + | DOCKER_TLS_CERTDIR: "" | ||
| + | |||
| + | services: | ||
| + | - name: docker:20.10.24-dind | ||
| + | command: | ||
| + | [ | ||
| + | '--insecure-registry=server.corpX.un:5000','--registry-mirror=https://mirror.gcr.io', | ||
| + | ] | ||
| before_script: | before_script: | ||