mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 16:35:23 +00:00
fix: Request image authentication token with explicitly as json
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
d9177404b5
commit
81ec85c581
@ -97,6 +97,7 @@ export class DockerUtils extends DockerToolbelt {
|
||||
pass: deltaOpts.currentApiKey,
|
||||
sendImmediately: true,
|
||||
},
|
||||
json: true,
|
||||
};
|
||||
const tokenUrl = `${tokenEndpoint}?service=${
|
||||
dstInfo.registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user