# Supported ## Container Runtime - [Docker Engine](https://docs.docker.com/engine/) - [Podman](../../advanced/container/podman.md) ## Container Registry - [Docker Registry HTTP API V2](https://docs.docker.com/registry/spec/api/) - [OCI Distribution Specification](https://github.com/opencontainers/distribution-spec) ## Image Tar Formats Trivy scans a tar image with the following format. - [Docker Image Specification](https://github.com/moby/moby/tree/master/image/spec) - [Moby Project](https://github.com/moby/moby/) - [Buildah](https://github.com/containers/buildah) - [Podman](https://github.com/containers/podman) - [img](https://github.com/genuinetools/img) - [Kaniko](https://github.com/GoogleContainerTools/kaniko) ## Image Layout - [OCI Image Format Specification](https://github.com/opencontainers/image-spec)