adamcin / oakpal

OakPAL: Oak Package Acceptance Library
http://adamcin.net/oakpal
Apache License 2.0
11 stars 7 forks source link

Oakpal docker image not able to detect any plans from acs-aem-commons opear file #91

Open akasjain2 opened 2 years ago

akasjain2 commented 2 years ago

I've built the opear file from acs-aem-commons oakpal directory https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master/oakpal-checks

When I try to provide this OPEAR to docker image, it is not able to detect any plans, and therefore always runs a basic plan. Is it known or am I missing something?

docker run -v $(pwd):/work docker.io/adamcin/oakpal:latest -j --outfile oakpal_report.json -f ./acs-aem-commons-oakpal-checks-5.1.3-SNAPSHOT.opear -p acs-commons-integrators my-pkg.ui.apps-2022.zip

I have tried with and without .json in plan name.