Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
GitHub Mirror
Renovate Bot
renovate
Commits
34b704fe
Unverified
Commit
34b704fe
authored
2 years ago
by
Michael Kriese
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(docker): remove wrong `authType` usage (#17424)
parent
12706d62
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/docker.md
+0
-2
0 additions, 2 deletions
docs/usage/docker.md
with
0 additions
and
2 deletions
docs/usage/docker.md
+
0
−
2
View file @
34b704fe
...
...
@@ -272,7 +272,6 @@ If all your dependencies are on the Google Artifact Registry, you can base64 enc
"hostRules": [
{
"matchHost": "europe-docker.pkg.dev",
"authType": "Basic",
"username": "_json_key_base64",
"password": "<base64 service account>"
}
...
...
@@ -287,7 +286,6 @@ If all your dependencies are on the Google Artifact Registry, you can base64 enc
"hostRules": [
{
"matchHost": "europe-docker.pkg.dev",
"authType": "Basic",
"username": "_json_key_base64",
"encrypted": {
"password": "<encrypted base64 service account>"
...
...
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