confluentinc / confluent-docker-utils

Common Python utils for testing Confluent's Docker images
Apache License 2.0
3 stars 5 forks source link

Refactor dependencies into test dependency and runtime dependencies #30

Closed andrewegel closed 2 weeks ago

andrewegel commented 3 years ago

We're not actually using (for example) docker-compose at runtime, and is only used for testing purposes in the other *images repos. Moving this to a test dependency reduces "security surface area" as well as any other benefits (like not accidentally pulling in less desirable licenses into our docker containers)

cchristous commented 2 weeks ago

Addressed via https://github.com/confluentinc/confluent-docker-utils/pull/96