Luc Vieillescazes
Luc Vieillescazes
As far as I know (I didn't check recently), the docker hub is not able to build images for arm64. A PR to migrate to Github Actions is welcome :smile:...
ping @Jean-Beru Have you time to work on this ?
Hi @dkarlovi thanks for testing. I'm gonna try to finish this PR with @Jean-Beru and @mykiwi in a few days.
I discussed with @Jean-Beru about this PR, and the need is not clearly defined (IMHO). Could you tell if those examples help you to do what you want to achieve...
@Wirone What I mean is that you can already do that: ``` version: '2' networks: default: external: name: loc services: traefik: image: traefik rabbit: image: rabbit ``` Will have the...
> This makes the process a bit more complex in a cross-cutting team, as you must always ship additional tooling too In fact, this is not needed anymore. Since compose...
IMHO, this feature is not needed so I will not work on it. BUT, if someone wants to finish it, validates it is working and ensures it breaks nothing. I...
Yep, but it would be great if someone could reply to the comments: https://github.com/iamluc/docker-hostmanager/pull/34/files#r86107703 https://github.com/iamluc/docker-hostmanager/pull/34/files#r184656291 And also document this feature in the README
also, please change the target of the PR to the `develop` branch. This way I will test it for some days.
Hi, See https://github.com/iamluc/docker-hostmanager/pull/34. There is a long discussion about this!