Florian Flock

Results 9 comments of Florian Flock

+1 from my side for the arm64 image. However, obviously, the images are built and pushed manually to the docker hub? Maybe we consider using Github Actions here for automatic...

There is an open issue related to M1/arm64: https://github.com/odoo/docker/issues/349

@The-macharia `linux/amd64` is not `linux/arm64` and the `linux/arm64` image is not available yet.

I just wanted to highlight that `--dev=all` or `--dev=reload` is not working due to this issue: https://github.com/odoo/docker/issues/397

Hey @njbarrett, is there a current status to cache or prevent so many SQL queries? I ran into the same issue, see below. 🙈 ![image](https://cloud.githubusercontent.com/assets/3831745/26022882/9f5af9e0-37b0-11e7-82c4-918db901ab47.png) Something I saw: If you...

Hi @jgrossi, right, we should concentrate on continuous performance, not only on caching. I cannot help till summer, unfortunately. But I will try to create a pull request on that....

Unfortunately, I have to reopen the issue. This error appears again on following version: ``` ➜ cloud git:(feature/BB-864-production-infrastructure) ✗ terraform version Terraform v1.0.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/external v2.1.0 +...

@morgante, thanks for the quick response! Will give a try and will also try to fork in order to prepare the PR.

Great. To run the the dev server into a docker container while developing has the effect, that you have near-production environment, if you have a docker container in production. Webpack...