Skip to content
Snippets Groups Projects
Commit af09fef6 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Pull images from all-docker-dev artifactory registry instead of dockerhub

parent 2fe3924c
Branches
No related tags found
No related merge requests found
shellcheck: shellcheck:
image: koalaman/shellcheck-alpine image: all-docker-dev.artifact.tecnalia.com/koalaman/shellcheck-alpine
script: shellcheck deploy/base/ros_entrypoint.bash scripts/*sh script: shellcheck deploy/base/ros_entrypoint.bash scripts/*sh
tags: tags:
- docker - docker
...@@ -12,7 +12,7 @@ shellcheck: ...@@ -12,7 +12,7 @@ shellcheck:
# DL3008 Pin versions in apt-get install # DL3008 Pin versions in apt-get install
# A bit overkill # A bit overkill
dockerfiles: dockerfiles:
image: hadolint/hadolint:latest-debian image: all-docker-dev.artifact.tecnalia.com/hadolint/hadolint:latest-debian
script: script:
- RET=0 - RET=0
- hadolint --ignore DL3006 --ignore DL3008 deploy/base/Dockerfile || RET=1 - hadolint --ignore DL3006 --ignore DL3008 deploy/base/Dockerfile || RET=1
...@@ -22,7 +22,7 @@ dockerfiles: ...@@ -22,7 +22,7 @@ dockerfiles:
- docker - docker
yamllint: yamllint:
image: sdesbure/yamllint image: all-docker-dev.artifact.tecnalia.com/sdesbure/yamllint
script: yamllint $(find . -name '*.yml' -o -name '*.yaml') script: yamllint $(find . -name '*.yml' -o -name '*.yaml')
tags: tags:
- docker - docker
......
image: docker:git image: all-docker-dev.artifact.tecnalia.com/docker:git
variables: variables:
TMPDIR: /builds/${CI_PROJECT_NAMESPACE} TMPDIR: /builds/${CI_PROJECT_NAMESPACE}
...@@ -130,7 +130,7 @@ bash_syntax: ...@@ -130,7 +130,7 @@ bash_syntax:
########################################################## ##########################################################
markdown_syntax: markdown_syntax:
stage: postcheck stage: postcheck
script: docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014" script: docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when: always when: always
tags: tags:
- docker - docker
...@@ -145,8 +145,8 @@ file_syntax: ...@@ -145,8 +145,8 @@ file_syntax:
stage: postcheck stage: postcheck
script: script:
- RET=0 - RET=0
- docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1 - docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1 - docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- exit $RET - exit $RET
when: always when: always
tags: tags:
...@@ -159,7 +159,7 @@ file_syntax: ...@@ -159,7 +159,7 @@ file_syntax:
########################################################## ##########################################################
adoc_syntax: adoc_syntax:
stage: postcheck stage: postcheck
image: alpine image: all-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: all-docker-dev.artifact.tecnalia.com/docker:git
variables: variables:
TMPDIR: /builds/${CI_PROJECT_NAMESPACE} TMPDIR: /builds/${CI_PROJECT_NAMESPACE}
...@@ -132,7 +132,7 @@ bash_syntax: ...@@ -132,7 +132,7 @@ bash_syntax:
########################################################## ##########################################################
markdown_syntax: markdown_syntax:
stage: postcheck stage: postcheck
script: docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014" script: docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci syntax-markdown --path=/ac --extension=md --ignore=.ci_config --custom="-r ~MD013,~MD014"
when: always when: always
tags: tags:
- docker - docker
...@@ -147,8 +147,8 @@ file_syntax: ...@@ -147,8 +147,8 @@ file_syntax:
stage: postcheck stage: postcheck
script: script:
- RET=0 - RET=0
- docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1 - docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- docker run -v ${PWD}:/ac tecnalia-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1 - docker run -v ${PWD}:/ac all-docker-dev.artifact.tecnalia.com/cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- exit $RET - exit $RET
when: always when: always
tags: tags:
...@@ -161,7 +161,7 @@ file_syntax: ...@@ -161,7 +161,7 @@ file_syntax:
########################################################## ##########################################################
adoc_syntax: adoc_syntax:
stage: postcheck stage: postcheck
image: alpine image: all-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