PennLINC / qsiprep_build

Builds the dependencies for qsiprep
Apache License 2.0
2 stars 2 forks source link

Pulling docker image results in error “unauthorized: authentication required” #8

Closed jAchtzehn closed 2 months ago

jAchtzehn commented 6 months ago

Hello,

I am trying to pull the latest qsiprep from docker hub but get an error “unauthorized: authentication required” when docker is pulling the specific part a508bf686514. I do not have issues with other images that I pull from docker hub. I already tried to logout/login from Docker to no avail sadly.

Is anyone else experiencing this issue? What software is a508bf686514?

Thank you!

image
mattcieslak commented 2 months ago

@jAchtzehn this is just a layer - it contains the files resulting from a RUN command in the dockerfile. Have you tried again recently?

jAchtzehn commented 2 months ago

Hi @mattcieslak,

thanks for the follow-up. In the end, it was my system clock, which was off by 2 minutes. After solving this the issue resolved.