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
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
If you have previously docker logged into a registry and then sc docker login to the same registry sc docker will attempt to use the docker credentials.
This can cause unexpected breakages where you have expired credentials for example in your .docker/config.json
Steps to reproduce
docker login ghcr.io (with bad credentials)
sc docker login ghcr.io/<registry> (with good credentials)
sc docker run ghcr.io/<registry>/<image>
Docker error: bad credentials
Expected Behavior
sc docker login credentials should be prioritised over docker login credentials.
Actual Behavior
docker login credentials are prioritised over sc docker login credentials