You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the evaluate command docker/sdk cli -x evaluator evaluate --checkers=PHP_VERSION_CHECKER
I receive following error:
===================
PHP VERSION CHECKER
===================
+----+--------------------------------------------------------+----------------------------------------+
| # | Message | Target |
+----+--------------------------------------------------------+----------------------------------------+
| 1 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.acceptance.mariadb.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 2 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.acceptance.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 3 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.api.mariadb.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 4 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.api.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 5 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.functional.mariadb.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 6 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.ci.functional.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 7 | Image tag path "[image][tag]" not found in deploy file | /data/deploy.dev.yml |
+----+--------------------------------------------------------+----------------------------------------+
| 8 | Not all the targets have same PHP versions | Current php version 8.2.5: php8 |
| | | /data/composer.json: php8 |
| | | /data/deploy**.yml: - |
| | | SDK php versions: php7, php8 |
+----+--------------------------------------------------------+----------------------------------------+
after investigating into the issue I figured out that the src/Checker/PhpVersionChecker/CheckerStrategy/DeployYamlFilesPhpVersionStrategy.php
does not parse any import´s used in the deploy.**.yml files similar to the docs.
The text was updated successfully, but these errors were encountered:
When using the evaluate command
docker/sdk cli -x evaluator evaluate --checkers=PHP_VERSION_CHECKER
I receive following error:
after investigating into the issue I figured out that the
src/Checker/PhpVersionChecker/CheckerStrategy/DeployYamlFilesPhpVersionStrategy.php
does not parse any import´s used in the deploy.**.yml files similar to the docs.
The text was updated successfully, but these errors were encountered: