shink opened a new issue #2113: URL: https://github.com/apache/incubator-inlong/issues/2113
### What happened Faild to build inlong audit docker image. Related PR: #2112 See https://github.com/apache/incubator-inlong/runs/4725507355?check_suite_focus=true Error message as below. ``` Error: Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.13:build (default) on project audit-docker: Could not build image: ADD failed: file not found in build context or excluded by .dockerignore: stat target/apache-inlong-audit-source-0.13.0-incubating-SNAPSHOT-bin.tar.gz: file does not exist -> [Help 1] ``` It seems that something about audit configuration is wrong. ### What you expected to happen The audit docker image is built correctly. ### How to reproduce Excute following command. ```shell mvn --batch-mode --update-snapshots -e -V clean verify -DskipTests -Pdocker ``` ### Environment - ubuntu: 20.04 - docker: 20.10.12 - java: 1.8.0_261 - maven: 3.8.4 ### InLong version master ### InLong Component InLong Audit ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
