Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockerActionManager: improve PullImage to always log something if it fails #5673

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Nov 28, 2024

No description provided.

@szaimen szaimen added 3. to review Waiting for reviews enhancement New feature or request labels Nov 28, 2024
@szaimen szaimen added this to the next milestone Nov 28, 2024
@szaimen szaimen requested a review from docjyJ November 28, 2024 10:21
Copy link
Collaborator

@docjyJ docjyJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should works, lgtm

if ($imageIsThere === false) {
throw new \Exception("Could not pull image " . $imageName . ". Please run 'sudo docker exec -it nextcloud-aio-mastercontainer docker pull " . $imageName . "' in order to find out why it failed.");
throw new \Exception($message);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
throw new \Exception($message);
throw new AioException($message, previous: $e);

Idea:

  • Create an AioExetion class
  • Use the previous argument to help debugging

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the idea but lets do this in a follow-up! :)

@szaimen
Copy link
Collaborator Author

szaimen commented Dec 2, 2024

Thanks dor the review @docjyJ :)

@szaimen szaimen merged commit 531d239 into main Dec 2, 2024
6 checks passed
@szaimen szaimen deleted the enh/noid/improve-pullimage branch December 2, 2024 09:56
@szaimen
Copy link
Collaborator Author

szaimen commented Dec 9, 2024

This is now released with v10.1.0 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants