Description
We want to investigate how compatible our Docker Compose support is with Bitnami container images. The first part of this is the names of the images as we use the name to determine the type of the service in the container. If these don't match up, the org.springframework.boot.service-connection
label can be used to as something of a workaround but it would be nice if it wasn't necessary. The second part of this is the environment variables in the started container that we look for to learn how to connect to the service. If the Binami images use different environment variables, we won't be able to figure out how to connect. I'm not sure that this can be worked around – perhaps by a user configuring custom environment variables that alias one variable to another – but this would be even clunkier than the image name workaround.