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

Updates to containerd 1.5 #261

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

codefromthecrypt
Copy link
Contributor

containerd 1.5 is nearly out, and this is good as it supports modules
now. There's a small API break, which we should be aware of.

See https://github.com/containerd/containerd/releases/tag/v1.5.0-rc.2

Signed-off-by: Adrian Cole [email protected]

containerd 1.5 is nearly out, and this is good as it supports modules
now. There's a small API break, which we should be aware of.

See https://github.com/containerd/containerd/releases/tag/v1.5.0-rc.2

Signed-off-by: Adrian Cole <[email protected]>
@ghost
Copy link

ghost commented Apr 22, 2021

CLA assistant check
All CLA requirements met.

@@ -49,7 +49,7 @@ func Push(ctx context.Context, resolver remotes.Resolver, ref string, provider c
}
}

if err := remotes.PushContent(ctx, pusher, desc, store, nil, wrapper); err != nil {
if err := remotes.PushContent(ctx, pusher, desc, store, nil, nil, wrapper); err != nil {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked and the matcher param is allowed to be nil

@jdolitsky jdolitsky merged commit 235ef92 into oras-project:main Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants