It's not uncommon to run a quickstart image without paying much attention to if it is the latest or not, or pulling before running. In cases where behavior doesn't seem right it could help with debugging if the versions of software used in the image are outputted into the console logs during start.
If it doesn't help the person running quickstart, it may help maintainers debug situations that are reported.
What
Output the version of stellar-core, horizon, and soroban-rpc to container logs on start.
Example
Why
It's not uncommon to run a quickstart image without paying much attention to if it is the latest or not, or pulling before running. In cases where behavior doesn't seem right it could help with debugging if the versions of software used in the image are outputted into the console logs during start.
If it doesn't help the person running quickstart, it may help maintainers debug situations that are reported.
Close #516