Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ubi9
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
ubi9
Merge requests
!1
Use the docker-builder tools image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use the docker-builder tools image
docker-builder
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Alex Iribarren
requested to merge
docker-builder
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
822bad7a
1 commit,
2 years ago
1 file
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
4
Options
@@ -8,10 +8,7 @@ stages:
mirror
:
stage
:
mirror
image
:
# Use the 'debug' image as it provides a shell which is needed for GitLab CI
name
:
gcr.io/go-containerregistry/crane:debug
entrypoint
:
[
"
"
]
image
:
gitlab-registry.cern.ch/ci-tools/docker-builder/tools
variables
:
# No need to clone the repo
GIT_STRATEGY
:
none
Loading