cancel
Showing results for 
Search instead for 
Did you mean: 
Stellan
Cadet
Cadet
  • 2,896 Views

DO280 new-project smoke-test

Jump to solution

in lab https://rol.redhat.com/rol/rhz/rhls/course/do280-3.9/ch02s05

and the command: oc new app python:3.4~https://gitserver.example.com/my-python-app

Gives error:

W0108 08:00:27.119313 3957 dockerimagelookup.go:233] Docker regestry lookup failed: Get https://regestry-1.docker-io/v2/: dial tcp 34.233.151.211:433 getsockopt: connection refused

error: no tags foundon matching image stream : "openshift/python"

The image stream "openshift/python" exists, but it has no tags.

Labels (2)
1 Solution

Accepted Solutions
Stellan
Cadet
Cadet
  • 2,882 Views

Problem solved

The demonstration sections are not meant to be executed on the online labs.

It is for demonstration purpose only, the online labs are provided for practicing "Guided Exercise" and "Labs".

View solution in original post

4 Replies
Stellan
Cadet
Cadet
  • 2,883 Views

Problem solved

The demonstration sections are not meant to be executed on the online labs.

It is for demonstration purpose only, the online labs are provided for practicing "Guided Exercise" and "Labs".

misanche
Flight Engineer
Flight Engineer
  • 2,743 Views

I got the same confusion, I think that there should be a Note explaining that.

0 Kudos
abdennour
Cadet
Cadet
  • 2,631 Views

I am facing the same issue. I deleted the Lab twice and I provisioned it again, but no results.

I ssh to register (ssh registry) and I ran: 

```

REGISTRY=registry.lab.example.com
KEYWORD=python

docker-registry-cli $REGISTRY search $KEYWORD ssl
# ==> No results!

```

I changed KEYWORD by "httpd" , and I can see images for that.

 

 

0 Kudos
Sitikantha
Mission Specialist
Mission Specialist
  • 2,465 Views

as the python image is not available in python image stream of openshift.so for that reason only it is showing errors.

sitikantha_mishra
0 Kudos
Join the discussion
You must log in to join this conversation.