Tobias Munk
Tobias Munk
See https://github.com/yiisoft/yii2-docker#faq If you can come up with a PR where all (basic) framework tests pass we might reconsider it. We had very esoteric issues with timezone, AFAIR. Related: -...
**php-intl** was a problem, see also https://github.com/yiisoft/yii2-docker/issues/25
@ferronsw Did you recreate the Alpine flavor on a fork of yours? Where can I find it? `ph-minp: not found` looks like a typo?!
There is no Alpine-Apache image for PHP, AFAIK. https://github.com/yiisoft/yii2-docker/commit/d7752899f8dc2075e6f58403c4daeab82c3b28a0#diff-69b55ecece009a14040cc4d99160ccdd73011ec45c16484a40758c107b5a0e03R87 You need to move ahead with fpm-nginx I think.
The error occurs because Alpine does not have `bash` installed by default and our entry-scripts are using that. You can try working based on: https://github.com/yiisoft/yii2-docker/tree/feature/alpine-2022 - with `php-dev` images... But...
> Thx! Any reason why composer is commented in the example file? Was also due to missing `bash` - I've updated the fork.
FYI - even with ``` tzdata \ icu-data-full \ icu-libs \ ``` test results are the same :(
Try adding `patch` to the dev image. See also: - https://github.com/cweagans/composer-patches/issues/400 - https://github.com/yiisoft/yii2/issues/19345
Yeah, I recall that you had to recompile or patch some libs for Alpine. See also https://github.com/yiisoft/yii2-docker/issues/25
@razvanphp Here's a very rough first "build layout": https://github.com/yiisoft/yii2-docker/tree/feature/nginxunit It builds, but the correct config is missing, you might start from there to create a working image. It might be...