You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashmate should update other services images, even if one of them fails.
Current Behavior
Dashmate update exits with error, if one of the services fails to pull.
Possible Solution
Add try catch and properly handle each services
Steps to Reproduce (for bugs)
dashmate config set core.docker.image temp
dashmate update
You will receive Error: (HTTP code 404) unexpected - pull access denied for temp, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
The text was updated successfully, but these errors were encountered:
Expected Behavior
Dashmate should update other services images, even if one of them fails.
Current Behavior
Dashmate update exits with error, if one of the services fails to pull.
Possible Solution
Add try catch and properly handle each services
Steps to Reproduce (for bugs)
You will receive
Error: (HTTP code 404) unexpected - pull access denied for temp, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
The text was updated successfully, but these errors were encountered: