-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Is your feature request related to a problem? Please describe.
Right now the docs describe how to build a container but they do not point to a pre-built container in a public repository. A careful perusal of the docs show that one is built at quay.io/openshift-lightspeed/lightspeed-service-api:latest when reviewing the podman section but it's buried as part of a CLI command.
In addition it should be documented how often this container is built and pushed out. There are no official release AFAIK but the hope is that pre-built containers would be built and tagged to match official releases when they come.
Describe the solution you'd like
Location of container repository should be clearly documented along with what triggers new builds of the containers since only latest is available.
Describe alternatives you've considered
ctrl-f on docs to find it, makes adoption of solution more difficult.