docker4xcode
docker4xcode copied to clipboard
Error parsing reference: "Xcode:7.0" is not a valid repository/tag
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.
I am also getting this error. Did you get any solution @stilwalli ?
@jkingyens : Same problem here. How to solve this?
I am also facing the same issue... Is someone solved this issue or what is the solution for this issue?
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
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