Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: minimal dep on containerd #312

Merged
merged 15 commits into from
Sep 20, 2021
Merged
Prev Previous commit
Next Next commit
PR: Fixed the field name
Signed-off-by: Julius Liu <juliusl@microsoft.com>
  • Loading branch information
juliusl committed Sep 20, 2021
commit 4d4bde91613cd657021080c98983297830e07c62
2 changes: 1 addition & 1 deletion pkg/remotes/docker/discoverer.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (d *dockerDiscoverer) Discover(ctx context.Context, desc ocispec.Descriptor
}

v := url.Values{}
v.Set("artifact-type", artifactType)
v.Set("artifactType", artifactType)
query := "?" + v.Encode()

var firstErr error
Expand Down