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
!57
Resolve "Change default docker registry"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Change default docker registry"
27-change-default-docker-registry-2
into
master
Overview
4
Commits
4
Pipelines
5
Changes
2
Merged
Prada Sarasola, Miguel
requested to merge
27-change-default-docker-registry-2
into
master
4 years ago
Overview
4
Commits
4
Pipelines
5
Changes
2
Expand
Closes
#27 (closed)
Edited
4 years ago
by
Prada Sarasola, Miguel
0
0
Merge request reports
Viewing commit
b2c0430b
Prev
Next
Show latest version
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b2c0430b
Add alias to 'services' image
· b2c0430b
Prada Sarasola, Miguel
authored
4 years ago
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
2
−
1
Options
@@ -5,7 +5,8 @@ variables:
GIT_LFS_SKIP_SMUDGE
:
1
# Avoid fetching the files from LFS when doing git fetch
services
:
-
all-docker-dev.artifact.tecnalia.com/docker:dind
-
name
:
all-docker-dev.artifact.tecnalia.com/docker:dind
alias
:
docker
stages
:
-
precheck
Loading