Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegistryStr (0.24 sec)

  1. pkg/wasm/imagefetcher.go

    	if err != nil {
    		err = fmt.Errorf("could not parse url in image reference: %v", err)
    		return
    	}
    	wasmLog.Infof("fetching image %s from registry %s with tag %s", ref.Context().RepositoryStr(),
    		ref.Context().RegistryStr(), ref.Identifier())
    
    	// fallback to http based request, inspired by [helm](https://github.com/helm/helm/blob/12f1bc0acdeb675a8c50a78462ed3917fb7b2e37/pkg/registry/client.go#L594)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 10 05:44:51 UTC 2023
    - 12K bytes
    - Viewed (0)
Back to top