-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
As a developer I want to quickly iterate on the project. For that I want all my build times to be as short as possible.
Sometimes I don't need the full feature set in the workspace image, and the extra build time that the extra features incur are deleterious to my development.
I want to be able to build the image without these extra features when developing, while they are there when the image is deployed.
Describe the solution you'd like
As few Docker arguments or environment variable as possible that turn off any superfluous features during development.
Success Criterion
Checklist:
- The extra features can be turned off with one or few arguments.
- The extra features are on by default, and included in all github actions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request