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
fix(plugins/container): use an unique ctx for fetcher.
Podman relies upon context to store its connection infos.
Using same ctx already used by the real Podman engine means that
we are going to tamper with its connection info stored in the main ctx.
Instead, fetcher should use its own context.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
0 commit comments