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: add support for containerd #2305

Merged
merged 5 commits into from
Jun 12, 2022
Merged

feat: add support for containerd #2305

merged 5 commits into from
Jun 12, 2022

Conversation

knqyf263
Copy link
Collaborator

@knqyf263 knqyf263 commented Jun 12, 2022

Description

Add support for containerd

$ sudo nerdctl images
REPOSITORY        TAG       IMAGE ID        CREATED               PLATFORM       SIZE         BLOB SIZE
knqyf263/nginx    latest    2bcabc23b454    57 seconds ago        linux/amd64    149.1 MiB    54.1 MiB
$ trivy image knqyf263/nginx

Rootless is not yet supported.

Related issues

Related PRs

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've followed the conventions in the PR title.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@knqyf263 knqyf263 added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 12, 2022
@knqyf263 knqyf263 self-assigned this Jun 12, 2022
@knqyf263 knqyf263 requested a review from masahiro331 June 12, 2022 10:28
@knqyf263 knqyf263 marked this pull request as ready for review June 12, 2022 14:33
@knqyf263 knqyf263 merged commit efbc968 into main Jun 12, 2022
@knqyf263 knqyf263 deleted the containerd branch June 12, 2022 14:50
@knqyf263 knqyf263 added this to the v0.29.0 milestone Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scan host images running containerd
2 participants