You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
i remove image, use hub.ManifestDigest("nginx", "1.14.1"),
but in the manifest.go ManifestDigest() resp == nil.
sameple is :
digest, err2 := hub.ManifestDigest(requestObject.Name, requestObject.Version)
in the menifest.go 👍
resp, err := registry.Client.Head(url)
fmt.Printf("resp %+v\n", resp)
the resp is nil
how to do it?
thanks!
The text was updated successfully, but these errors were encountered:
Please note however that the return value will be the hash of the schema1 manifest. For the schema2 manifest you should use something like the method added in @peragwin's PR: #51
i remove image, use hub.ManifestDigest("nginx", "1.14.1"),
but in the manifest.go ManifestDigest() resp == nil.
sameple is :
digest, err2 := hub.ManifestDigest(requestObject.Name, requestObject.Version)
in the menifest.go 👍
resp, err := registry.Client.Head(url)
fmt.Printf("resp %+v\n", resp)
the resp is nil
how to do it?
thanks!
The text was updated successfully, but these errors were encountered: