Zack Williams | 0171fb3 | 2021-09-08 22:31:54 -0700 | [diff] [blame] | 1 | infra-containers |
| 2 | ================ |
| 3 | |
| 4 | This repo contains Dockerfiles used in ONF infrastructure work. Primarily it's |
| 5 | for privledged Molecue containers used when testing Ansible roles, as 3rd party |
| 6 | providers of container images may not maintain these to the level we'd like. |
| 7 | |
| 8 | The included makefile builds all container images, which are named using |
| 9 | subdirectory names within this repo. |
| 10 | |
| 11 | Linting of Dockerfile is done with hadolint. |
| 12 | |
| 13 | In the future, some level of testing may be desired (run a container, verify |
| 14 | that commands work inside) |
| 15 | |
| 16 | |
| 17 | Examples of privledged container Dockerfiles |
| 18 | -------------------------------------------- |
| 19 | |
| 20 | https://github.com/paulfantom/dockerfiles/tree/debian-10/systemd |
| 21 | https://github.com/chzerv/debian11-systemd-ansible |
| 22 | |
| 23 | |