Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ci
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ci
Merge requests
!24
feat: replace dependency proxy with docker.io auth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: replace dependency proxy with docker.io auth
jooola/ci:replace_deps_proxy
into
main
Overview
6
Commits
1
Pipelines
2
Changes
8
Merged
jooola
requested to merge
jooola/ci:replace_deps_proxy
into
main
2 years ago
Overview
6
Commits
1
Pipelines
2
Changes
8
Expand
Use a readonly token to pull images from docker.io.
Related to
#6
0
0
Merge request reports
Compare
main
version 1
b47c29f4
2 years ago
main (base)
and
latest version
latest version
76eb4c17
1 commit,
2 years ago
version 1
b47c29f4
1 commit,
2 years ago
8 files
+
12
−
22
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
automation/gitlab-ci.yml
+
1
−
1
Options
@@ -9,7 +9,7 @@ automation triage:
@@ -9,7 +9,7 @@ automation triage:
variables
:
variables
:
TRIAGE_ARGS
:
--dry-run
TRIAGE_ARGS
:
--dry-run
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/library/
ruby:3
image
:
ruby:3
before_script
:
before_script
:
-
gem install gitlab-triage
-
gem install gitlab-triage
script
:
script
:
Loading