progressivetech / docker-civicrm-buildkit

A docker image for running civicrm-buildkit
13 stars 9 forks source link

I was following the readme.md when I found that a repository (my-strech) is missing #6

Closed leeand00 closed 7 years ago

leeand00 commented 7 years ago
$ docker build -t civicrm-buildkit ./
Sending build context to Docker daemon 123.4 kB
Step 1/29 : FROM my-stretch:latest
repository my-stretch not found: does not exist or no pull access

Where is this repository in docker hub?

leeand00 commented 7 years ago

Nevermind, I changed it to my-jessie and now it's good to go...that's the name of the image we create in the readme.md.

jmcclelland commented 7 years ago

Woops! This is a bug - I updated all the code to work with debian stretch - I'm not sure it will work properly on jessie now.

I've just pushed a commit that properly updates all references to my-stretch intead of my-jessie in the readme, etc.

Thanks for the notice.

leeand00 commented 7 years ago

Let me test it again...with Jessie...