[
https://issues.jboss.org/browse/JBIDE-23603?page=com.atlassian.jira.plugi...
]
Dmitrii Bocharov commented on JBIDE-23603:
------------------------------------------
[~jeffmaury]
{code:bash}
docker pull
registry.access.redhat.com/jboss-eap-7/eap70-openshift:1.4
oc import-image
registry.access.redhat.com/jboss-eap-7/eap70-openshift:1.4 --confirm
--insecure=true
{code}
then you need only to make some changes in BuildConfig:
set namespace (your project name) and name (remove "jboss-" from the beginning)
correctly here:
{code:json}
strategy:
type: Source
sourceStrategy:
from:
kind: ImageStreamTag
namespace: myproject
name: 'eap70-openshift:1.4'
{code}
then a build is started automatically, deployment is created and pod runs fine
Server adapter: changes to eap are (published but) not visible unless
in debug
------------------------------------------------------------------------------
Key: JBIDE-23603
URL:
https://issues.jboss.org/browse/JBIDE-23603
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.Final
Reporter: Andre Dietisheim
Assignee: Dmitrii Bocharov
Fix For: 4.4.3.Final
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)