Compare commits
2 Commits
06b2ca9b74
...
dc3b78f911
Author | SHA1 | Date | |
---|---|---|---|
dc3b78f911 | |||
acab3bc116 |
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -2911,7 +2911,7 @@ async function get_manifest(input) {
|
||||
if (status === 401 && headers['www-authenticate']) {
|
||||
await get_token(headers['www-authenticate'], input);
|
||||
|
||||
({ status, headers, body } = await http_req(input.insecure_registry, 'GET', input.registry_url + path, {
|
||||
({ status, headers, body } = await http_req('GET', input.registry_url + path, {
|
||||
accept: manifest_media_type,
|
||||
authorization: `Bearer ${input.token}`,
|
||||
}));
|
||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
@ -50,7 +50,7 @@ async function get_manifest(input) {
|
||||
if (status === 401 && headers['www-authenticate']) {
|
||||
await get_token(headers['www-authenticate'], input);
|
||||
|
||||
({ status, headers, body } = await http_req(input.insecure_registry, 'GET', input.registry_url + path, {
|
||||
({ status, headers, body } = await http_req('GET', input.registry_url + path, {
|
||||
accept: manifest_media_type,
|
||||
authorization: `Bearer ${input.token}`,
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user