Currently it is difficult to modify the path to the storage.conf file for setting up testing. It is hard coded to use /etc/containers/storage.conf. Adding this envionment variable, will allow us to write tests on storage.conf that do not override the system defaults. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| .github | ||
| docs | ||
| images | ||
| pkg | ||
| tools | ||
| vendor | ||
| version | ||
| .gitignore | ||
| .travis.yml | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| go.mod | ||
| go.sum | ||
README.md
containers/common
Location for shared common files and common go code to manage those files in github.com/containers repos.
The common files to one or more projects in the containers group will be kept in this repository. It will be up to the individual projects to include the files from this repository.