OpenShiftInAction / chapter6

4 stars 26 forks source link

Template instantiations fails to deploy docker image #7

Open Don-cloud opened 5 years ago

Don-cloud commented 5 years ago

the template instantiation fails. Chapter 6, thsi is the step after importing the template. oc new-app --template="dev/dev-todo-app-flask-mongo-gogs"

.... .... http://todo-app-flask-mongo-dev.192.168.42.252.nip.io to pod port 8080-tcp (svc/todo-app-flask-mongo) dc/todo-app-flask-mongo deploys istag/todo-app-flask-mongo:latest <- bc/todo-app-flask-mongo source builds ${GIT_URI#master on openshift/python:3.5 not built yet deployment #1 waiting on image or update

pod/install-gogs runs docker.io/openshiftdemos/oc

s-vincent commented 5 years ago

Hi,

There is a PR #4 to fix that. If you have recent version of OpenShift, check also my comment from issue #5.