Open MartinDai opened 8 months ago
thank you to fix this important issue. and there still 2 fix should be done
ADD rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar rocketmq-exporter.jar
in docker file must depends on final-name in pom.xmlthank you to fix this important issue. and there still 2 fix should be done
- add final name in pom.xml in build tag
ADD rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar rocketmq-exporter.jar
in docker file must depends on final-name in pom.xml
@francisoliverlee done
What is the purpose of the change
fix dockerfile base image manifest unknown
Brief changelog
fix dockerfile base image manifest unknown
Verifying this change
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.