compose icon indicating copy to clipboard operation
compose copied to clipboard

Define and run multi-container applications with Docker

Results 569 compose issues
Sort by recently updated
recently updated
newest added

### Description Admittedly it took me way to long to spot this problem in a `docker-compose.yaml` file :-) The following will cause the docker compose cli to panic, and the...

kind/bug

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.15 to 1.7.16. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.16 Welcome to the v1.7.16 release of containerd! The sixteenth patch release for containerd 1.7 contains various...

dependencies

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.1 to 0.13.2. Release notes Sourced from github.com/moby/buildkit's releases. v0.13.2 buildkit 0.13.2 Welcome to the 0.13.2 release of buildkit! Please try out the release binaries and report...

dependencies

**What I did** Ensured that each service's DNS settings are stripped from empty entries that could result from using ENV variables that defaulted to blank strings. For example: ``` service:...

Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.46.1 to 0.51.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases. Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 Added NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid MeterProvider. (#4804) Changed Change...

dependencies

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.26.0. Release notes Sourced from go.opentelemetry.io/otel's releases. Release v1.23.0-rc.1 This is a release candidate for the v1.23.0 release. That release is expected to include the...

dependencies

**What I did** enable testifylint linter and fix associated issues **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**

bump gihub action versions **What I did** Add configuration to use Docker Build Cloud for building release and binary images **Related issue** n/a **(not mandatory) A picture of a cute...

Closes: https://github.com/docker/compose/issues/11760

### Description Any interpolation variables from something else than `.env` is not working; using `env_file` and interpolating using `environment` As discussed in https://github.com/docker/compose/issues/11741 ### Steps To Reproduce 1. Use this...

kind/bug
status/0-triage