Commit 1cbc1ef
Fix regcache for registry 3.x config loading (#1285)
registry:3 ignores REGISTRY_CONFIGURATION_PATH and serves the built-in
/etc/distribution/config.yml, so the pull-through proxy config was never
loaded (every pull returned manifest unknown). Pass the config path as an
arg instead, and add the age/interval/dryrun/dontcleanuptmpdir fields that
3.x requires when uploadpurging is enabled.
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
Signed-off-by: Tamal Saha <tamal@appscode.com>
Co-authored-by: Tamal Saha <tamal@appscode.com>1 parent 39ea171 commit 1cbc1ef
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 48 | | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments