Use inspec-core to allow opt-in cloud provider gems #245
Labels
Aspect: Packaging
Distribution of the projects 'compiled' artifacts.
Platform: AWS
Platform: Azure
Platform: Docker
Platform: GCP
Type: Breaking Change
Changes the way existing features work in a way that affects users.
Describe the Enhancement:
Opt-in or Opt-out of Inspec-core to reduce gem dependencies
Describe the Need:
Requiring inspec pulls in a massive amount of gems because the Inspec gem requires all the cloud provider gems. This is completely bloated and wastes my time watching 100 gems install. I don't use AWS, Azure or GCE thus I don't need the gems that come with it. Since Inspec also offers a Inspec-core gem with these cloud provider gems removed I would like to see kitchen-inspec use the inspec-core and allow folks to opt-in to the cloud provider gem of their choice.
Current Alternative
Fork this repo and call it kitchen-inspec-core ?
Can We Help You Implement This?:
The text was updated successfully, but these errors were encountered: