Leopold Talirz
Leopold Talirz
What about the approach taken by the ansible git module (see the documentation of the `version` and `refspec` parameters): https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html In essence, the `version` parameter can be used for branches,...
> What about the approach taken by the ansible git module (see the documentation of the `version` and `refspec` parameters): > https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html > > In essence, the `version` parameter can...
I have a related request, which is: could we add a flag that makes `dokku clone` a no-op, if the git clone operation leaves the git checkout unchanged? I notice...
thanks @crisward , I just tried and the result seems to be the same (I also leave in the intermediate messages now just for completeness): ``` $ dokku clone seekpath3...
> Haven't read through this, but my thought process here is that we should simplify port handling such that we drop anything that isn't managed by the proxy plugin. As...
If I understand correctly, this would mean an extra step users need to keep in mind when deploying any app that uses `Dockerfile`s and doesn't serve on the default port...
P.S. If the automatic configuration of the port mapping is dropped, it would become very useful to be able to at least configure the default target for the port mapping...
I'm not sure I follow 100% but keeping a record of autodetected ports separately and warning about manual overrides sounds like a great approach. Happy to help test / review...
Hi @AubreyHewes, @josegonzalez mentioned [above](https://github.com/dokku/dokku/issues/4067#issuecomment-659559672) that he would prefer removing `DOKKU_DOCKERFILE_PORTS` entirely - perhaps he would be willing to give a few more concrete pointers on which parts of the...
Thanks for looking into this @tiangolo - I've opened https://github.com/mopemope/meinheld/issues/119