Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Feb 28, 2016 · 5 comments
Open

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

ghost opened this issue Feb 28, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Feb 28, 2016

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.

@jkmathew
Copy link

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

@email2vimalraj
Copy link

email2vimalraj commented Jul 30, 2016

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

@boominadhaprakash
Copy link

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

@stonewin540
Copy link

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

@smurfy
Copy link

smurfy commented Oct 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants