flyrain commented on code in PR #1493:
URL: https://github.com/apache/polaris/pull/1493#discussion_r2069547546
##########
quarkus/server/build.gradle.kts:
##########
@@ -91,7 +91,7 @@ distributions {
from(project.layout.buildDirectory.dir("quarkus-app"))
from("distribution/NOTICE")
from("distribution/LICENSE")
- exclude("lib/main/io.quarkus.quarkus-container-image*")
Review Comment:
```
./gradlew \
:polaris-quarkus-server:assemble \
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.build=true
```
After remove the dependency(`//
implementation("io.quarkus:quarkus-container-image-docker")`
), this command works and built a local docker image successfully. Which
docker image build will fail?
```
apache/polaris 0.11.0-beta-incubating-SNAPSHOT
7e1fc7ac2034 2 minutes ago 611MB
```
--
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]