Run the prebuild docker images from this repository (without needing to do a clone and local build).
Background
There is a use case for additional users (outside of the builder dev team) to leverage the images produces by this builder repository as part of their workflows. The current documentation and run commands for this repo assume a pattern on cloning the repo to build and run locally. Additionally the images a currently dependent some on configuration information that is injected only at the time of image creation. Work should be done to expose that configuration information through environment variable such that docker compose up command can be executed against prebuilt images on this repo, without the need for a local clone.
Closure criteria
- The images produced by this builder expose sufficient environment variables to allow a user to configure and run containers locally without needed to perform a local build of the image.
- Exposed environment variables are adequately documented so that users are aware of which variables can be set without inspecting the docker file(s).
- Documentation has been developed to guide users on how to run local containers based on images in this repository's registry. This will likely include examples of a docker-compose.yml file.
Edited by Paul Tomasula