mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-12 17:46:36 +08:00
also accept application/vnd.oci.image.index.v1+json for newer buildx versions
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ccf8904c0a
commit
2469461a3c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class DockerHubManager
|
||||||
'https://registry-1.docker.io/v2/'.$name.'/manifests/' . $tag,
|
'https://registry-1.docker.io/v2/'.$name.'/manifests/' . $tag,
|
||||||
[
|
[
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'Accept' => 'application/vnd.docker.distribution.manifest.v2+json',
|
'Accept' => 'application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.index.v1+json',
|
||||||
'Authorization' => 'Bearer ' . $authToken,
|
'Authorization' => 'Bearer ' . $authToken,
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue