Nicolas De loof

Results 115 issues of Nicolas De loof

environment `FOO` with no value nor equal sign means "propagate value from user's environment, or unset variable" So, as we resolve environment, empty value with no matching entry in user's...

interpolation is ran **after** merge, so that a required missing variable, which is actually overridden, won't produce an error. This is an alternative implementation based on https://github.com/compose-spec/compose-go/pull/644: This PR always...

**What this PR does / why we need it**: Document `post_start` and `pre_stop` service hooks

**What I did** use cleaned paths as volume target so we can't safely retrieve volume by target **Related issue** requires https://github.com/compose-spec/compose-go/pull/697 fix https://github.com/docker/compose/issues/11345 **(not mandatory) A picture of a cute...

### Description running `compose watch` from `/tmp` on OSX won't detect file updates. the root cause is that this is actually a symlink to /private/tmp see https://twitter.com/aurelien_lair/status/1652309539188875264 ### Steps To...

kind/bug
area/watch

## Description documentation for https://github.com/docker/compose/pull/12166 ## Related issues or tickets [](https://docker.atlassian.net/browse/COMP-760) ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review

area/compose

when ran from a symlink, while we find compose.yaml we run with a distinct project_dir and project_name. This might be user intent but also can cause unexpected behavior. This PR...

Introduce a generic mechanism to drop attributes with an empty value. A typical scenario is: attribute is set by an interpolation variable, which resolves to empty string (maybe variable is...

introduce ability to define a service image as a combination of `name`, `tag` and `digest` (aligned with https://github.com/distribution/reference terminology) ```yaml services: test: image: name: registry.com/foo tag: bar digest: sha256:1234... ```...

Use of character `\` in a string doesn't require yaml value to be quoted Note: This makes transition from goyaml easier for yaml file with system-dependent paths