Replies: 1 comment
-
You are able to specify a pre-build docker image which has all required dependencies (ansible, etc.) already installed. So Molecule just fetches it from a registry. For example, see the images from geerlingguy:
Alternatively, you are able to configure your own Dockerfile (or Dockerfile.j2 template) and Molecule will build and use it for running your tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the sake of a general newb, can you guys share and clarify in just one to two sentences what
pre_build_image
andBuild an Ansible compatible image (new)
work to do and when would someone want to use it?Beta Was this translation helpful? Give feedback.
All reactions