Open akasjain2 opened 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.
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.