Guillaume Lours
Guillaume Lours
**What is the problem you're trying to solve** A lot of issues and pull requests have been opened and asking to improve the build capabilities of the default implementation (Docker...
**What I did** Add support of the `platforms` attribut, [recently introduced](https://github.com/compose-spec/compose-spec/pull/267) in the Compose specification. This feature will allow to build multi-arch images from the `build` command and push those...
Signed-off-by: Guillaume Lours ### Proposed changes As string can be unquoted in Yaml, our example may confused user and let them assume that the `ports.published` attribut can be an integer....
**Description** Add Docker Scan CLI plugin to [Docker official image](https://github.com/docker-library/docker)
**Description** For Linux users, Docker Scan plugin should be release as a component of Docker CE such as `buildX` or `Docker app` https://github.com/docker/docker-ce/tree/master/components/packaging/plugins
**What this PR does / why we need it**: Update the `ports.published` attribut description to explicitly indicate that a string format is expected, as the specification use the Yaml unquoted...
…r the service.plaform one if no build platforms provided **What I did** During a `compose up` when the `DOCKER_DEFAULT_PLATFORM` isn't set, the platform list is reset and the `service.platform` defined...
**What I did** re-init default service command when the `--entrypoint` is used with `docker compose run` **Related issue** fixes #9622 **(not mandatory) A picture of a cute animal, if possible...
**What I did** Fixes the misconfiguration of home and config directories created by the e2e framework, also added the user `config.json` to avoid `docker login` message when pulling images (for...
**What I did** Update `cli-docs-gen` tool to remove old reference documentation files **Related issue** N/A **(not mandatory) A picture of a cute animal, if possible in relation to what you...