docker4xcode icon indicating copy to clipboard operation
docker4xcode copied to clipboard

Error parsing reference: "Xcode:7.0" is not a valid repository/tag

Open ghost opened this issue 8 years ago • 5 comments

Tried executing the command $docker build -t=test . I get the below error

$ docker build -t=sample-ios-app . Sending build context to Docker daemon 91.65 kB Step 1 : FROM Xcode:7.0 Error parsing reference: "Xcode:7.0" is not a valid repository/tag

My Xcode version is 7.0.2

Can you help me out here.

ghost avatar Feb 28 '16 12:02 ghost

I am also getting this error. Did you get any solution @stilwalli ?

jkmathew avatar Jun 21 '16 13:06 jkmathew

@jkingyens : Same problem here. How to solve this?

email2vimalraj avatar Jul 30 '16 05:07 email2vimalraj

I am also facing the same issue... Is someone solved this issue or what is the solution for this issue?

boominadhaprakash avatar Feb 08 '17 09:02 boominadhaprakash

I think the image called Xcode:7.0 has been destroyed! I am a newer for the docker and I am very happy if I can use docker for iOS app, so I searched google to be here. When I searched for Xcode:7.0 in the docker's repository the result is:

bogon:my-first stone$ docker search Xcode NAME DESCRIPTION STARS OFFICIAL AUTOMATED pragneshpatel/xcode 1
ivanvojinovic/xcode-bot-resource 0
rubygem/ambient-xcode Auto-Generated Image for Ruby Gem ambient-... 0 [OK] xcodeburpx/docker-whale Tutorial example of Docker-whale container 0
mrozon/xamp-xcode Ubuntu+xampp+xdebug 0
xcodeburpx/sinatra 0

stonewin540 avatar Sep 03 '17 14:09 stonewin540

There is no XCode image and there never was one. Similar to #10 you need to run everything via a fake docker server. It presents a fake Xcode: base. based on your installed xcode version

https://github.com/jkingyens/docker4xcode/blob/master/server.js#L390

smurfy avatar Oct 28 '20 07:10 smurfy