diff --git a/plugins/dynamix.docker.manager/include/DockerClient.php b/plugins/dynamix.docker.manager/include/DockerClient.php index 5e7162ea8..dbba46ae5 100644 --- a/plugins/dynamix.docker.manager/include/DockerClient.php +++ b/plugins/dynamix.docker.manager/include/DockerClient.php @@ -445,7 +445,7 @@ class DockerUpdate{ /* * Step 2: Get www-authenticate header from manifest url to generate token or basic auth */ - $header = ['Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json']; + $header = ['Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.index.v1+json']; $digest_ch = getCurlHandle($manifestURL, 'HEAD', $header); preg_match('@www-authenticate:\s*Bearer\s*(.*)@i', $reply, $matches); if (!empty($matches[1])) {