Browse Source

Used community image version.

pull/1/head
Andrea Tarocchi 8 years ago
parent
commit
de6268a856
  1. 22
      .openshiftio/application.yaml

22
.openshiftio/application.yaml

@ -39,29 +39,19 @@ objects:
- apiVersion: v1 - apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
name: fis-java-openshift name: fabric8-s2i-java
spec: spec:
tags: tags:
- name: "1.0" - name: "latest"
annotations: annotations:
description: JBoss Fuse Integration Services 1.0 Java S2I images. description: Fabric8 Java S2I images.
iconClass: icon-jboss iconClass: icon-jboss
supports: 'jboss-fuse:6.2.1,java:8,xpaas:1.2' supports: 'jboss-fuse:7,java:8,xpaas:1.2'
tags: 'builder,jboss-fuse,java,xpaas,hidden' tags: 'builder,jboss-fuse,java,xpaas,hidden'
version: '1.0' version: '1.0'
from: from:
kind: DockerImage kind: DockerImage
name: 'registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:1.0' name: 'fabric8-s2i-java:latest'
- name: "2.0"
annotations:
description: JBoss Fuse Integration Services 2.0 Java S2I images.
iconClass: icon-jboss
supports: 'jboss-fuse:6.3.0,java:8,xpaas:1.2'
tags: 'builder,jboss-fuse,java,xpaas'
version: '2.0'
from:
kind: DockerImage
name: 'registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:2.0'
- apiVersion: v1 - apiVersion: v1
kind: ImageStream kind: ImageStream
metadata: metadata:
@ -105,7 +95,7 @@ objects:
forcePull: true forcePull: true
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: fis-java-openshift:2.0 name: fabric8-s2i-java:latest
incremental: true incremental: true
type: Source type: Source
triggers: triggers:

Loading…
Cancel
Save