dorianps / LINDA

Lesion Identification with Neighborhood Data Analysis
Apache License 2.0
21 stars 4 forks source link

"Error parsing reference" when trying to build docker #35

Closed ramBrain closed 1 year ago

ramBrain commented 1 year ago

Dear developers,

when running Build.linda.windows.bat I encounter this error:

dorianps/linda:3/02" is not a valid repository/tag: invalid reference format "Docker built commands ended, exiting shortly. and the building crashes. What would you suggest to do?

Many thanks, Ramtin

dorianps commented 1 year ago

I have created those files few years ago and have neither checked nor used them anymore. Maybe the tag is wrong due to the slash. You can troubleshoot yourself a bit, oranually enter the tag. You can also try to get an existing docker container from DockerHub, no need to build your own on Windows. I don't have time right now to fix the Windows bat file.

Dorian

On Tue, Mar 21, 2023, 8:02 AM ramBrain @.***> wrote:

Dear developers,

when running Build.linda.windows.bat I encounter this error:

dorianps/linda:3/02" is not a valid repository/tag: invalid reference format "Docker built commands ended, exiting shortly. and the building crashes. What would you suggest to do?

Many thanks, Ramtin

— Reply to this email directly, view it on GitHub https://github.com/dorianps/LINDA/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFJU7PJSQL5JLX5I7NEXVTW5GKG5ANCNFSM6AAAAAAWCKUTA4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ramBrain commented 1 year ago

Thank you Dorian, I indeed managed with pulling an existing container.

Ramtin