mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update check - move to head request instead of get request
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
faf1e4b2a9
commit
96e22fbc31
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class DockerHubManager
|
||||||
if(isset($decodedBody['token'])) {
|
if(isset($decodedBody['token'])) {
|
||||||
$authToken = $decodedBody['token'];
|
$authToken = $decodedBody['token'];
|
||||||
$manifestRequest = $this->guzzleClient->request(
|
$manifestRequest = $this->guzzleClient->request(
|
||||||
'GET',
|
'HEAD',
|
||||||
'https://registry-1.docker.io/v2/'.$name.'/manifests/' . $tag,
|
'https://registry-1.docker.io/v2/'.$name.'/manifests/' . $tag,
|
||||||
[
|
[
|
||||||
'headers' => [
|
'headers' => [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue