reggie icon indicating copy to clipboard operation
reggie copied to clipboard

Simple Go HTTP client for OCI Distribution, built on top of Resty

Results 3 reggie issues
Sort by recently updated
recently updated
newest added

Do you think the library has scope to provide functions to easily calculate digests, based on some binary? For all implementations so far I've had to roll my own digest...

This is a tiny detail, but for the README example it shows setting the blobDigest to be the config digest: ``` manifest := []byte(fmt.Sprintf( "{ \"mediaType\": \"application/vnd.oci.image.manifest.v1+json\", \"config\": { \"digest\":...

This allows reggie to pull anonymously (no username/password set in the reggie config) when pulling from docker hub (`https://registry.docker.com`). The docker auth login request will still be performed to fetch...