OCITarReader get the image as an OCI tarball, also compatible with `docker load`. If name arg is not "", override name of image in tarfile from default of image.
(overrideName string)
| 20 | V1TarReader(overrideName string) (io.ReadCloser, error) |
| 21 | // OCITarReader get the image as an OCI tarball, also compatible with `docker load`. If name arg is not "", override name of image in tarfile from default of image. |
| 22 | OCITarReader(overrideName string) (io.ReadCloser, error) |
| 23 | // SBoM get the sbom for the image, if any is available |
| 24 | SBoMs() ([]io.ReadCloser, error) |
| 25 | } |
no outgoing calls
no test coverage detected