Top level container images used in MQube services. We should probably get rid of these and use image caching layers instead.
- Create a folder containing the Dockerfile you wish to use in the root of the repository. The name of this folder will become the name of the generated image.
- In
/.lighthouse/jenkins-x/copy one of the existing folders and rename it to the name of image. - Change the environment variable
IMAGE_NAMEinpr.yaml&release.yamlto be the name of the image. - Open a PR with your changes.