feat(docker): Docker Feature Flag #53
Labels
A-composer
Area: op-composer related
C-feature
Category: Features
M-good-first-issue
Meta: Good first issue
Description
Creating this issue as a placeholder - it may be useful/necessary to put all docker-dependent code behind a
docker
feature flag.Thinking: the
op-composer
internally has aDocker
bollard reference that we may not want to "leak" to thestages
crate unless thedocker
flag is enabled (could be by default unless necessary).Effectively, a good start would be to add a
docker
feature flag to thestages
crate and hide all docker-dependent code in the crate behind this flag.The text was updated successfully, but these errors were encountered: