Importing Docker Images Images From The Public Registry Into OpenShift -


i trying deploy ubuntu image here on openshift online (next generation). these steps followed in doing so

$ oc new-project test $ oc new-app jedisct1/phusion-baseimage-latest  deployed webconsole 

however failed deploy , error status of "image pulled off" on pod page. particular thing may doing wrong?

below logs of entire proccess.

root@home:~# oc new-project test using project "test" on server "https://api.preview.openshift.com:443".  can add applications project 'new-app' command. example, try:      $ oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-hello-world.git  build new hello-world application in ruby.  root@home:~# oc new-app jedisct1/phusion-baseimage-latest --> found docker image 7ff0885 (14 hours old) docker hub "jedisct1/phusion-baseimage-latest"      * image stream created "phusion-baseimage-latest:latest" track image     * image deployed in deployment config "phusion-baseimage-latest"     * image not expose ports - if want load balance or send traffic component       need create service 'expose dc/phusion-baseimage-latest --port=[port]' later     * warning: image "phusion-baseimage-latest" runs 'root' user may not permitted cluster administrator  --> creating resources label app=phusion-baseimage-latest ...     imagestream "phusion-baseimage-latest" created     deploymentconfig "phusion-baseimage-latest" created --> success     run 'oc status' view app.  root@home:~# oc status in project test on server https://api.preview.openshift.com:443  dc/phusion-baseimage-latest deploys istag/phusion-baseimage-latest:latest   deployment #1 pending on image or update  1 warning identified, use 'oc status -v' see details.  root@home:~# oc status -v in project test on server https://api.preview.openshift.com:443  dc/phusion-baseimage-latest deploys istag/phusion-baseimage-latest:latest   deployment #1 pending on image or update  warnings:   * dc/phusion-baseimage-latest has no readiness probe verify pods ready accept traffic or ensure deployment successful.     try: oc set probe dc/phusion-baseimage-latest --readiness ...  view details 'oc describe <resource>/<name>' or list 'oc all'.  root@home:~# oc status -v in project test on server https://api.preview.openshift.com:443  dc/phusion-baseimage-latest deploys istag/phusion-baseimage-latest:latest   deployment #2 running 2 minutes - 1 pod 

i tried pull same image in openshift online too, , found out "manifest unknow error".

enter image description here

this compatibility problem dockerhub, clayton states in answer.

api error (500): manifest unknown: manifest unknown


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -