Skip to content
Snippets Groups Projects
Commit db2d4520 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add artifactory registry to the docker images

parent 2fe3924c
Branches
Tags
1 merge request!56Draft: Resolve "Change default docker registry"
Pipeline #47177 failed
image: docker:git image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git
variables: variables:
TMPDIR: /builds/${CI_PROJECT_NAMESPACE} TMPDIR: /builds/${CI_PROJECT_NAMESPACE}
...@@ -159,7 +159,7 @@ file_syntax: ...@@ -159,7 +159,7 @@ file_syntax:
########################################################## ##########################################################
adoc_syntax: adoc_syntax:
stage: postcheck stage: postcheck
image: alpine image: tecnalia-docker-dev.artifact.tecnalia.com/alpine
before_script: before_script:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
......
image: docker:git image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git
variables: variables:
TMPDIR: /builds/${CI_PROJECT_NAMESPACE} TMPDIR: /builds/${CI_PROJECT_NAMESPACE}
...@@ -161,7 +161,7 @@ file_syntax: ...@@ -161,7 +161,7 @@ file_syntax:
########################################################## ##########################################################
adoc_syntax: adoc_syntax:
stage: postcheck stage: postcheck
image: alpine image: tecnalia-docker-dev.artifact.tecnalia.com/alpine
before_script: before_script:
- apk add --update curl asciidoctor bash - apk add --update curl asciidoctor bash
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment