Description
Describe the bug
In #1367, the getting-started/eclipselink
docker-compose file has been split into multiple files. Since then, running the provided docker-compose command fails with the following error:
The following log file is the full output from docker compose -f getting-started/eclipselink/docker-compose-postgres.yml -f getting-started/eclipselink/docker-compose-bootstrap-db.yml -f getting-started/eclipselink/docker-compose.yml up
. I am not sure why the trino container emits color codes despite all other service not emitting them but that's beside the point.
The dependency between the Postgres service, the Polaris bootstrap service and the Polaris server has been removed and causes this issue. See https://github.com/apache/polaris/pull/1367/files#diff-41a96bcd261e0f563ddf86183d461b9d4d013ec9a3407ee911f4cc0c05f480b4.
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response