when the "./wait-for-postgres.sh", "postgres" runs it attempts to connect to postgres which locally works because docker-compose is setting the DNS resolution.
I am seeing this when trying in my concourse-ci pipeline
Liquibase | Postgres is unavailable - sleeping
Liquibase | psql: could not translate host name "postgres" to address: Name does not resolve
Liquibase | Postgres is unavailable - sleeping
Liquibase | psql: could not translate host name "postgres" to address: Name does not resolve
Liquibase | Postgres is unavailable - sleeping
Is there any reason this shouldn't work with your DCIND container?
I am using this to test liquibase to postgress with a docker-compose.yml
when the "./wait-for-postgres.sh", "postgres" runs it attempts to connect to
postgres
which locally works because docker-compose is setting the DNS resolution.I am seeing this when trying in my concourse-ci pipeline
Is there any reason this shouldn't work with your DCIND container?
Thanks