containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add testing for OCI hooks

sondavidb opened this issue · comments

What is the problem you're trying to solve

Looking in pkg/ocihook, we don't seem to have to have any tests to ensure these OCI hooks are working as intended. We have one test in container_run_test.go, but nothing more extensive than that.

Describe the solution you'd like

Add more extensive testing to ensure OCI hooks are working properly.

Additional context

No response