Bug 1255340 - Cannot make ruby/python/nodejs/perl/php rhel7 image with source repo for cannot find docker.io/openshift/base-rhel7
Summary: Cannot make ruby/python/nodejs/perl/php rhel7 image with source repo for cann...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OKD
Classification: Red Hat
Component: Image
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: Wenjing Zheng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-20 10:34 UTC by Wenjing Zheng
Modified: 2015-08-20 14:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-20 14:17:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Wenjing Zheng 2015-08-20 10:34:06 UTC
Description:
For example, if try to make php-55-rhel7 image with sti-php repo, below error appears:
[fedora@ip-10-139-99-176 sti-php]$ make build TARGET=rhel7 VERSION=5.5
SKIP_SQUASH=0 VERSIONS="5.5 5.6" hack/build.sh rhel7 5.5
-> Building openshift/php-55-rhel7 ...
Sending build context to Docker daemon 102.4 kB
Sending build context to Docker daemon 
Step 0 : FROM openshift/base-rhel7
Trying to pull repository docker.io/openshift/base-rhel7 ... not found
INFO[0000] Error: image openshift/base-rhel7:latest not found 
Makefile:19: recipe for target 'build' failed
make: *** [build] Error 1

Version-Release number of selected component (if applicable):
https://github.com/openshift/sti-ruby
https://github.com/openshift/sti-python
https://github.com/openshift/sti-nodejs
https://github.com/openshift/sti-perl
https://github.com/openshift/sti-php

How reproducible:
always

steps to Reproduce:
1. Git clone https://github.com/openshift/sti-php
2. Go into sti-php, run below command:
make build TARGET=rhel7 VERSION=5.5

Actual results:
Errors in description appear.

Expected results:
php-55-rhel7 image should be generated.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.