Tags: github/gh-actions-importer
Tags
Add support for custom Docker registries (#275) * Add support for custom Docker registries This allows a user to set the `CONTAINER_REGISTRY` environment variable which can be used in place of the default of ghcr.io if a customer would like to mirror our image so they can self host behind any proxies or other custom network stack. * Add details to README about a custom docker registry
Update configure command to support configuring feature flags (#96) * Update configure command to support configuring feature flags This uses the changes from github/valet#5879 to fetch available flags via the list-features --json flag. It parses out the possible env vars and walks the customer through setting any feature flags they desire. If there are any issues getting the available feature flags JSON, we don't ask the customer to configure feature flags, as it won't cause any breaking issues and we don't want to break the configure command. * Move feature configuration to its own flag * Add unit tests * Undo changes to ConfigurationServiceTests * Code review fixes
PreviousNext