Fixed docker container update state

This commit is contained in:
bergware
2019-09-01 07:59:04 +02:00
parent 75a906842d
commit ab692cc131

View File

@@ -426,7 +426,7 @@ class DockerUpdate{
*/
$ch = getCurlHandle($manifestURL, 'HEAD');
curl_setopt( $ch, CURLOPT_HTTPHEADER, [
'Accept: application/vnd.docker.distribution.manifest.v2+json',
'Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json',
'Authorization: Bearer ' . $token
]);