Skip to content

refactor: Provide default docker socket values to workflow

Description

In case users do not have settings passed to duo workflow for docker and to ease dogfooding, we are hardcoding the docker default values until we have an actual UI for users to set this up since thats also when we will get a default value from the config.

Related Issues

No issue

How has this been tested?

On main branch, if you open duo workflow and try to run it, you can a docker socket not configured error when you have no settings for duoWorkflow. If you checkout on this branch, the error disappears.

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Erran Carey

Merge request reports

Loading