Skip to content

Commit

Permalink
Feat: Add ECR credentials Helper
Browse files Browse the repository at this point in the history
Update the Example config file
  • Loading branch information
tamilhce committed Oct 19, 2024
1 parent d09b5e8 commit 129391b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions examples/config-sync-ecr-credential-helper.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
"http": {
{
"distSpecVersion": "1.1.0",
"storage": {
"rootDirectory": "/tmp/zot",
"dedupe": false,
"storageDriver": {
"name": "s3",
"region": "REGION_NAME",
"bucket": "BUGKET_NAME",
"rootdirectory": "/ROOTDIR",
"secure": true,
"skipverify": false
}
},
"http": {
"address": "0.0.0.0",
"port": "8080"
},
Expand All @@ -12,7 +26,7 @@
"registries": [
{
"urls": [
"https://{accountID}.dkr.ecr.{region}.amazonaws.com"
"https://ACCOUNTID.dkr.ecr.REGION.amazonaws.com"
],
"onDemand": true,
"maxRetries": 5,
Expand All @@ -23,3 +37,4 @@
}
}
}

0 comments on commit 129391b

Please sign in to comment.