ionic-cordova-android-vagrant-docker icon indicating copy to clipboard operation
ionic-cordova-android-vagrant-docker copied to clipboard

Trailing hyphen in repo name causing issues installing

Open jlyon opened this issue 9 years ago • 2 comments

Hello,

I had issues installing using the commands in the README. It seems like there is an issue with the trailing hyphen.

 $ CID=$(docker run -d nicopace/ionic-cordova-android-vagrant-) # This runs the Docker Image
Unable to find image 'nicopace/ionic-cordova-android-vagrant-:latest' locally
Invalid repository name (ionic-cordova-android-vagrant-). Cannot begin or end with a hyphen.

I tried installing without the hyphen, but it couldnt find the repo:

$ CID=$(docker run -d nicopace/ionic-cordova-android-vagrant) # This runs the Docker Image
Unable to find image 'nicopace/ionic-cordova-android-vagrant:latest' locally
Pulling repository nicopace/ionic-cordova-android-vagrant
Error: image nicopace/ionic-cordova-android-vagrant:latest not found
$: command not found

I was able to clone the repo and build it locally.

Thanks!

jlyon avatar Aug 09 '15 02:08 jlyon

Hi @jlyon , thanks for reporting this. It seems this is a new change on docker hub policies, as that image was working till now. Will republish it with a new name, and update the readme to reflect that. Thanks,

nicopace avatar Aug 10 '15 20:08 nicopace

Great, thanks!

jlyon avatar Aug 10 '15 20:08 jlyon