Tobias Munk
Tobias Munk
> ERROR: Could not detect a suitable build command for the source checkout. I meant "Looks good to me" :) and you?
What is special about this image `php:7.4.28-fpm@sha256:debf3848d5407dbdd45c2c01844f7ccc4e35902a0f6ff557dbc3e634b60e87e6` and where did you find the tag/hash?
How can we build an image for a specific processor-arch with `docker-compose`? Current build instruction: https://github.com/yiisoft/yii2-docker/blob/master/.github/workflows/docker-image.yml#L120
We're doing nightly builds: https://hub.docker.com/repository/docker/yiisoftware/yii2-php/tags?page=1&ordering=last_updated - so they should be the latest images.
I have no experience with multi-platform builds. You can either specify that in the `Dockerfile` https://docs.docker.com/engine/reference/builder/#from Or `docker-compose.yml` https://github.com/docker/docker.github.io/blob/master/compose/compose-file/compose-file-v2.md#platform Which one would be needed (or both)? Which platforms should we...
I'd recommend to add this to the docs: https://github.com/yiisoft/yii2-docker/tree/master/docs Can you create a PR? We're building with GitHub Actions, so we're bound to their infrastructure.
You need a special config for nginx (`FASTCGI_PASS_HOST`) to connect both containers. This is not available in the standard nginx container. Actually, running nginx and fpm as separate containers creates...
@kmindi What exactly makes the nginx image *deprecated*, btw?
Ah yeah :) I thought there was a security issue or announcement from nginx.
PRs very welcome, btw :wink: