Skip to content

Commit

Permalink
build(deps): bump all dependencies (#2532)
Browse files Browse the repository at this point in the history
* build(deps): bump all dependencies

Signed-off-by: Jan-Otto Kröpke <[email protected]>

* build(deps): bump all dependencies

Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>

* build(deps): bump all dependencies

Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>

* build(deps): bump all dependencies

Signed-off-by: Jan-Otto Kröpke <[email protected]>

---------

Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke authored Aug 2, 2024
1 parent 7729fef commit fa4b699
Show file tree
Hide file tree
Showing 30 changed files with 635 additions and 543 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Makefile text eol=lf
scripts/* text eol=lf
208 changes: 114 additions & 94 deletions THIRD-PARTY-LICENSES.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ The following AWS policy is required by zot for push and pull. Make sure to repl
"rootdirectory": "/zot", # this is a prefix that is applied to all S3 keys to allow you to segment data in your bucket if necessary.
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": true,
"skipverify": false,
"accesskey": "<YOUR_ACCESS_KEY_ID>",
Expand Down
1 change: 1 addition & 0 deletions examples/config-all-remote.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"region": "us-east-2",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
1 change: 1 addition & 0 deletions examples/config-dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-2",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
4 changes: 4 additions & 0 deletions examples/config-s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"rootdirectory": "/zot",
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": true,
"skipverify": false
},
Expand All @@ -26,6 +27,7 @@
"rootdirectory": "/zot-a",
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": true,
"skipverify": false
}
Expand All @@ -39,6 +41,7 @@
"rootdirectory": "/zot-b",
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": true,
"skipverify": false
}
Expand All @@ -52,6 +55,7 @@
"rootdirectory": "/zot-c",
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
1 change: 1 addition & 0 deletions examples/config-sync-cloud-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"rootdirectory": "/zot",
"region": "us-east-2",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": true,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"region": "us-east-1",
"regionendpoint": "localhost:4566",
"bucket": "zot-storage",
"forcepathstyle": true,
"secure": false,
"skipverify": false
},
Expand Down
Loading

0 comments on commit fa4b699

Please sign in to comment.