-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image stream not found during build process - base nginx image #160
Comments
OpenShift 4 currently defines the following ImageStreams
|
Exactly! |
@varodrig I'm want to make sure I understand the issue(s).
If the above is correct, can you please provide the error(s) you're receiving with the OCP4 provided nginx images? |
@pabrahamsson that's exactly the problem. |
any news on this? is there something I can help with? |
This has happened before - when we were testing pelorus stuff on a newer cluster that didn't have the images as expected .... #148 |
@varodrig ; if you want to raise a PR for a suggested fix, go for it. we'll happily review/merge. |
the PR looks good to me. According to Francisco Meneses was already tested. |
Build process failed due to not finding image stream.
File: basic-nginx/.openshift/builds/template.yml
Image information:
name: IMAGE_STREAM_TAG_NAME
required: true
value: nginx-118:latest
Available tag images in a OCP 4.6:
I tried the images existent in the cluster and none of the images worked. The one that worked, was this image stream provided by Francisco Meneses:
annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.14/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.14 (RHEL 8)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/nginx-ex.git'
supports: nginx
tags: 'builder,nginx'
version: '1.14'
from:
kind: DockerImage
name: 'registry.access.redhat.com/rhscl/nginx-114-rhel7:latest'
generation: 4
importPolicy: {}
referencePolicy:
type: Local
The text was updated successfully, but these errors were encountered: