Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!56
Draft: Resolve "Change default docker registry"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Change default docker registry"
27-change-default-docker-registry
into
master
Overview
1
Commits
9
Pipelines
12
Changes
3
Closed
Jon Azpiazu
requested to merge
27-change-default-docker-registry
into
master
3 years ago
Overview
1
Commits
9
Pipelines
12
Changes
3
Expand
Closes
#27 (closed)
0
0
Merge request reports
Compare
master
version 8
598ece23
3 years ago
version 7
3f05fca3
3 years ago
version 6
365e8c6e
3 years ago
version 5
b86fe23b
3 years ago
version 4
053ff41f
3 years ago
version 3
121394ee
3 years ago
version 2
7dd49082
3 years ago
version 1
db2d4520
3 years ago
master (base)
and
latest version
latest version
6197b806
9 commits,
3 years ago
version 8
598ece23
8 commits,
3 years ago
version 7
3f05fca3
7 commits,
3 years ago
version 6
365e8c6e
6 commits,
3 years ago
version 5
b86fe23b
5 commits,
3 years ago
version 4
053ff41f
4 commits,
3 years ago
version 3
121394ee
3 commits,
3 years ago
version 2
7dd49082
2 commits,
3 years ago
version 1
db2d4520
1 commit,
3 years ago
3 files
+
14
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
4
−
3
Options
shellcheck
:
image
:
koalaman/shellcheck-alpine
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
koalaman/shellcheck-alpine
script
:
shellcheck deploy/base/ros_entrypoint.bash scripts/*sh
tags
:
-
docker
@@ -12,7 +12,7 @@ shellcheck:
# DL3008 Pin versions in apt-get install
# A bit overkill
dockerfiles
:
image
:
hadolint/hadolint:latest-debian
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
hadolint/hadolint:latest-debian
script
:
-
RET=0
-
hadolint --ignore DL3006 --ignore DL3008 deploy/base/Dockerfile || RET=1
@@ -22,12 +22,13 @@ dockerfiles:
-
docker
yamllint
:
image
:
sdesbure/yamllint
image
:
tecnalia-docker-dev.artifact.tecnalia.com/
sdesbure/yamllint
script
:
yamllint $(find . -name '*.yml' -o -name '*.yaml')
tags
:
-
docker
deploy_devcontainer
:
image
:
tecnalia-docker-dev.artifact.tecnalia.com/alpine:latest
script
:
-
tar cvfz dot_devcontainer.tar.gz -C vscode_devcontainer .devcontainer/
artifacts
:
Loading