Skip to content
Snippets Groups Projects
Unverified Commit 0100bb03 authored by Dobes Vandermeer's avatar Dobes Vandermeer Committed by GitHub
Browse files

Add AWS ECR auth example to docker docs (#19556)

parent 71c43f8d
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,23 @@ module.exports = {
};
```
#### AWS ECR (Amazon Web Services Elastic Container Registry)
Renovate can authenticate with AWS ECR using AWS access key id & secret as the username & password, for example:
```json
"hostRules": [
{
"hostType": "docker",
"matchHost": "12345612312.dkr.ecr.us-east-1.amazonaws.com",
"username": "AKIAABCDEFGHIJKLMNOPQ",
"encrypted": {
"password": "w...A"
}
}
]
```
#### Google Container Registry / Google Artifact Registry
##### Using long-lived service account credentials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment