Skip to content

Conversation

@cbaugus
Copy link
Owner

@cbaugus cbaugus commented Jul 18, 2025

No description provided.

cbaugus added 6 commits July 18, 2025 08:24
…t_client instead of client_clone

  2. Ownership error: request_type was being moved into each async closure, so I added request_type_clone to properly clone it for each task
  3. Variable usage: Updated all references within the async closure to use the cloned variables

  The fixes ensure that:
  - Each async task gets its own copy of the request_type string
  - The request building logic properly handles both GET and POST requests
  - The code compiles without ownership or syntax errors
… in the local Docker daemon rather than trying to pull it from a registry. This should resolve the "manifest unknown" error you're seeing.
@cbaugus cbaugus merged commit 3b939c1 into main Jul 18, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants