Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
This repository was 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 #65

@ap6108

Description

@ap6108

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions