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(docker_remote.py): login to Dockerhub and pull image under the same context
The change adjusts RemoteDocker.pull_image method to log in to Docker hub
and pull an image under the same user context.
This prevents a scenario when the login is performed as a regular user, but the
image pull is executed under the root user context, leading to an unauthenticated
request from Docker hub perspective.
Fixes: #10399
0 commit comments