Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab Ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
SmartDataLab
public
CI-CD components
Gitlab Ci
Commits
3bdd5488
Commit
3bdd5488
authored
2 years ago
by
Bertrand Goareguer
Committed by
Cédric OLIVIER
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: "Add registry name in all Docker images"
parent
0ceb8fb5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/extract.yml
+1
-1
1 addition, 1 deletion
templates/extract.yml
templates/validation.yml
+1
-1
1 addition, 1 deletion
templates/validation.yml
with
2 additions
and
2 deletions
templates/extract.yml
+
1
−
1
View file @
3bdd5488
# this job extracts the bash script from the given template(s)
extract-script
:
image
:
alpine
image
:
registry.hub.docker.com/library/
alpine
stage
:
.pre
script
:
-
echo "#!/bin/bash" > script.sh
...
...
This diff is collapsed.
Click to expand it.
templates/validation.yml
+
1
−
1
View file @
3bdd5488
...
...
@@ -46,7 +46,7 @@
}
gitlab-ci-lint
:
image
:
dwdraju/alpine-curl-jq:latest
image
:
registry.hub.docker.com/
dwdraju/alpine-curl-jq:latest
stage
:
build
before_script
:
-
*lint-scripts
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment