Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move libcnb-test TLS support behind a new remote-docker feature flag #376

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Mar 7, 2022

Since:

Fixes #364.
GUS-W-10801321.

@edmorley edmorley added libcnb-test breaking change faster compiles Things that improve compile times labels Mar 7, 2022
@edmorley edmorley self-assigned this Mar 7, 2022
Since:
- Remote Docker support is only partly implemented (#307).
- The unimplemented parts can cause user confusion:
   https://github.com/Malax/libcnb.rs/issues/364#issuecomment-1057246583
- The bollard `ssl` feature adds another 17 dependencies, which are unused
   by projects not using remote docker (which is all projects at the moment).
   This dependency count difference will increase to 25, once a new bollard
   release exists that includes fussybeaver/bollard#204.

Fixes #364.
@edmorley edmorley force-pushed the edmorley/remote-docker-optional branch from 69a998c to 049c646 Compare March 7, 2022 16:08
@edmorley edmorley merged commit 5b9495d into main Mar 7, 2022
@edmorley edmorley deleted the edmorley/remote-docker-optional branch March 7, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change faster compiles Things that improve compile times libcnb-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move libcnb-test's remote docker support behind a feature flag
2 participants