[
https://issues.jboss.org/browse/JBIDE-20036?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-20036:
-------------------------------------
Description:
When creating a new application via templates I am required to have the docker images
(base builder image etc.) to be available. Otherwise the build wont succeed.
You can see this in the instrcutions for the eap templates where the steps to create an
app via those templates are 2: create the image streams & create the app via the
templates:
https://github.com/adietish/application-templates/blob/master/README.md
{code}
$ osc create -n yourproject -f jboss-image-streams.json
$ osc process -n yourproject -f eap/eap6-basic-sti.json -v
APPLICATION_NAME=helloworld,APPLICATION_HOSTNAME=helloworld.yourproject.l...
| osc create -n yourproject -f -
{code}
was:
When creating a new application via templates I am required to have the docker images
(base builder image etc.) to be available. Otherwise the build wont succeed.
You can see this in the instrcutions for the eap templates where the steps to create an
app via those templates are 2: create the image streams & create the app via the
templates:
{code:title=https://github.com/adietish/application-templates/blob/master/README.md}
$ osc create -n yourproject -f jboss-image-streams.json
$ osc process -n yourproject -f eap/eap6-basic-sti.json -v
APPLICATION_NAME=helloworld,APPLICATION_HOSTNAME=helloworld.yourproject.l...
| osc create -n yourproject -f -
{code}
As I user I want to be able to add image streams to my project
--------------------------------------------------------------
Key: JBIDE-20036
URL:
https://issues.jboss.org/browse/JBIDE-20036
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Andre Dietisheim
When creating a new application via templates I am required to have the docker images
(base builder image etc.) to be available. Otherwise the build wont succeed.
You can see this in the instrcutions for the eap templates where the steps to create an
app via those templates are 2: create the image streams & create the app via the
templates:
https://github.com/adietish/application-templates/blob/master/README.md
{code}
$ osc create -n yourproject -f jboss-image-streams.json
$ osc process -n yourproject -f eap/eap6-basic-sti.json -v
APPLICATION_NAME=helloworld,APPLICATION_HOSTNAME=helloworld.yourproject.l...
| osc create -n yourproject -f -
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)