Ulysses Souza

Results 36 comments of Ulysses Souza
trafficstars

I understand the usecase, but that would introduce the idea of having a variable that has a different values depending on its context in the file. For now, `compose-spec/compose-go` does...

Hello @majkrzak. I think that trying to detect if it's the content or not is not an accurate way. For example, this is a valid `Dockerfile` content AND a filename...

@little-dude Are you interested in fixing this? (Or anyone else) For that you just need to rebase with master to make it pass the CI and fix the comment as...

This PR is not passing due to an already [solved problem](https://github.com/docker/docker-py/pull/2307). Please rebase your PR with `master`

This PR is not passing due to an already solved problem. Please rebase your PR with `master`

@tonistiigi No. I've never seen that. And `docker-compose` does not set `--load` nor use `buildx` only `buildkit`.

@tonistiigi For the image ID `docker-compose` passes `--iidfile` do read it after the build and retrieve the image ID https://github.com/docker/compose/blob/master/compose/service.py#L1875

Just need some help regarding the text and formatting of the page. Looks like it doesn't like my "HTML & CSS" cc @usha-mandya @dockertopia

@milas Good catch! I changed to populate the serviceProxy on creation... We could actually get rid of this, but that can be useful on state tracing with interceptors.

@glours Hmmm... In the end, what happens is that `e2e` tests need to connect to the docker socket and I get an error: `Cannot connect to the Docker daemon at...