Skip to content
Snippets Groups Projects
Commit 64323481 authored by Florian Rhiem's avatar Florian Rhiem
Browse files

Remove dind service

parent 02644b98
No related branches found
No related tags found
No related merge requests found
Pipeline #40686 skipped
ubuntu-self-contained:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -12,11 +7,6 @@ ubuntu-self-contained:
ubuntu-system-dependencies:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -24,11 +14,6 @@ ubuntu-system-dependencies:
debian-self-contained:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -36,11 +21,6 @@ debian-self-contained:
debian-system-dependencies:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -48,11 +28,6 @@ debian-system-dependencies:
debian-self-contained-armhf:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME-cross $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -60,11 +35,6 @@ debian-self-contained-armhf:
debian-system-dependencies-armhf:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME-cross $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -72,11 +42,6 @@ debian-system-dependencies-armhf:
debian-self-contained-aarch64:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -84,11 +49,6 @@ debian-self-contained-aarch64:
centos7-self-contained:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -96,11 +56,6 @@ centos7-self-contained:
centos7-system-dependencies:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -108,11 +63,6 @@ centos7-system-dependencies:
centos7-32bit-self-contained:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -120,11 +70,6 @@ centos7-32bit-self-contained:
centos7-32bit-system-dependencies:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -132,11 +77,6 @@ centos7-32bit-system-dependencies:
arch-self-contained:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -144,11 +84,6 @@ arch-self-contained:
arch-system-dependencies:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -156,11 +91,6 @@ arch-system-dependencies:
windows-32bit-cross:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -168,11 +98,6 @@ windows-32bit-cross:
windows-64bit-cross:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -180,11 +105,6 @@ windows-64bit-cross:
emscripten:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -192,11 +112,6 @@ emscripten:
code-style-check:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -204,11 +119,6 @@ code-style-check:
deploy:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -216,11 +126,6 @@ deploy:
deploy-to-obs:
image: docker:stable
variables:
DOCKER_DRIVER: overlay2
services:
- name: docker:stable-dind
command: ["--registry-mirror=https://iffdocker.fz-juelich.de" ]
script:
- docker build -t $CI_REGISTRY_IMAGE/$CI_JOB_NAME $CI_JOB_NAME
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment