nitrictech / cli

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
https://nitric.io
Apache License 2.0
23 stars 9 forks source link

fix: require docker for nitric down #753

Closed davemooreuws closed 1 month ago

davemooreuws commented 1 month ago

Fixes an issue where a pulumi refresh requires docker

rpc error: code = Unknown desc = failed to refresh stack: exit status 0xffffffff

...

Diagnostics:
  pulumi:pulumi:Stack (demo-demo-pulumi):
    error: update failed

  docker:index:Image (demo_services-photos-image):
    error: Docker native provider returned an unexpected error from Configure: failed to connect to any docker daemon
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 1.15%. Comparing base (efbd5ee) to head (59d9b83).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #753 +/- ## ===================================== Coverage 1.15% 1.15% ===================================== Files 78 78 Lines 8344 8344 ===================================== Hits 96 96 Misses 8238 8238 Partials 10 10 ``` | [Flag](https://app.codecov.io/gh/nitrictech/cli/pull/753/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nitrictech/cli/pull/753/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `1.15% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nitric-bot commented 1 month ago

:tada: This PR is included in version 1.47.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: