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