Commit 6b54ff1
committed
fix(container-pull): drop the dead redirect pin from fetch_tags
fetch_tags lost -L, so --proto-redir has nothing to act on. Leaving it there
reads as though redirects were considered and handled on that call, which is
misleading in a change about redirects.
Measured with a pass-through curl wrapper over the real --list-tags path: the
registry token request and the tags list both answer 200 in a single hop, as do
the ccid and image-registry-credentials calls, so nothing on that path wants a
redirect. That was against registry.crowdstrike.com; the gov registries were not
reachable from the test environment.
The convention is now uniform across all four scripts: --proto-redir appears on
exactly the curl invocations that pass -L.1 parent 0354785 commit 6b54ff1
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
301 | 305 | | |
302 | | - | |
| 306 | + | |
303 | 307 | | |
304 | 308 | | |
305 | 309 | | |
| |||
0 commit comments