adnanhemani commented on issue #1484:
URL: https://github.com/apache/polaris/issues/1484#issuecomment-2836704711
I'm not sure I can repro this:
```
ahemani@F7Q5C90CJX polaris % ./gradlew \
:polaris-quarkus-server:assemble \
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
:polaris-quarkus-admin:assemble \
:polaris-quarkus-admin:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.tag=postgres-latest \
-Dquarkus.container-image.build=true
Configuration on demand is an incubating feature.
[Incubating] Problems report is available at:
file:///Users/ahemani/Development/polaris/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible
with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.14/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD SUCCESSFUL in 22s
108 actionable tasks: 24 executed, 84 up-to-date
ahemani@F7Q5C90CJX polaris % 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 -d
WARN[0000] The "STORAGE_LOCATION" variable is not set. Defaulting to a blank
string.
WARN[0000] The "AWS_ROLE_ARN" variable is not set. Defaulting to a blank
string.
WARN[0000] The "AZURE_TENANT_ID" variable is not set. Defaulting to a blank
string.
[+] Running 7/7
✔ Network eclipselink_default Created
0.0s
✔ Container eclipselink-postgres-1 Healthy
6.5s
✔ Container eclipselink-polaris-bootstrap-1 Exited
6.9s
✔ Container eclipselink-polaris-1 Healthy
12.5s
✔ Container eclipselink-polaris-setup-1 Exited
14.0s
✔ Container eclipselink-spark-sql-1 Started
14.1s
✔ Container eclipselink-trino-1 Started
```
```
ahemani@F7Q5C90CJX polaris % git log
commit cfe22b7de57bfeb6f877bee54b8a959f30173451 (HEAD -> main, origin/main,
origin/HEAD)
Author: Prashant Singh <[email protected]>
Date: Mon Apr 28 12:29:08 2025 -0700
[JDBC] Support Policy (#1468)
```
Can you show which `docker compose` command you are using?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]