buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
172 stars 139 forks source link

`env-propagation-list`: programmatically propagate envvars to the container #388

Closed amartani closed 1 year ago

amartani commented 1 year ago

Implements the same feature as https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/238, which is also useful for docker-compose use case. See the linked PR for rationale / use cases.

amartani commented 1 year ago

Just a minor comment on the documentation, but also the tests should be added when compose is run as a docker plugin instead of a standalone executable (in the file tests/v2/run.bats)

Added tests for tests/v2/run.bats; PTAL.