File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,6 @@ namely Open API preheat, console preheat and harbor preheat.
11
11
12
12
Use Open API to preheat.
13
13
14
- ### Configuration
15
-
16
- If the client is ` containerd ` , it is recommended to configure ` proxy.defaultFilter ` in dfget.yaml and set it to ` Expires&Signature&ns ` ,
17
- because containerd will add ` ns ` query params to the blobs download URL,
18
- refer to [ containerd/remotes/docker/resolver.go] ( https://github.com/containerd/containerd/blob/main/remotes/docker/resolver.go#L493 ) .
19
- Which will cause the generated Task ID to be different from the preheat Task ID, so it is impossible to hit the preheat blobs.
20
-
21
- ``` yaml
22
- # proxy service detail option
23
- proxy :
24
- defaultFilter : ' Expires&Signature&ns'
25
- ` ` `
26
-
27
14
### Create personal access token
28
15
29
16
Click the ` ADD PERSONAL ACCESS TOKENS ` button to create personal access token.
You can’t perform that action at this time.
0 commit comments