Skip to content

Commit

Permalink
[KOGITO-34] - Update KOGITO images on quay.io (apache#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Filippe Spolti <[email protected]>
  • Loading branch information
spolti authored Jul 17, 2019
1 parent c7fc5ff commit 291b244
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
7 changes: 1 addition & 6 deletions s2i/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ MAVEN_MIRROR_URL environment variable when starting a new build.

## Building the images locally:

CeKit2 or 3 (Not fully tested) and docker-squash are required to build the images, how to install: https://docs.cekit.io/en/latest/handbook/installation/instructions.html
CeKit3 is required to build the images, how to install: https://docs.cekit.io/en/latest/handbook/installation/instructions.html

To build all images:
```bash
Expand All @@ -174,11 +174,6 @@ To build a single image, use `make build image-name`, example:
$ make kogito-quarkus-centos
```

To build all images using cekit3:
```bash
$ make build-cekit3
```

Testing the images (WIP):
```bash
$ make test
Expand Down
2 changes: 1 addition & 1 deletion s2i/image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "kogito-image-real-name-on-overrides-file"
version: "1.0"
version: "0.2.0"
from: "centos:latest"

labels:
Expand Down
24 changes: 12 additions & 12 deletions s2i/kogito-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.0'
- name: '0.2.0'
annotations:
description: Runtime image for Kogito based on Quarkus native image
iconClass: icon-jbpm
tags: builder,runtime,kogito,quarkus
supports: quarkus
version: '1.0'
version: '0.2.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-quarkus-centos:1.0
name: quay.io/kiegroup/kogito-quarkus-centos:0.2.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.0'
- name: '0.2.0'
annotations:
description: Platform for building Kogito based on Quarkus
iconClass: icon-jbpm
tags: builder,kogito,quarkus
supports: quarkus
version: '1.0'
version: '0.2.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-quarkus-centos-s2i:1.0
name: quay.io/kiegroup/kogito-quarkus-centos-s2i:0.2.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,18 +57,18 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.0'
- name: '0.2.0'
annotations:
description: Platform for building Kogito based on Quarkus
iconClass: icon-jbpm
tags: builder,runtime,kogito,springboot
supports: springboot
version: '1.0'
version: '0.2.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-springboot-centos:1.0
name: quay.io/kiegroup/kogito-springboot-centos:0.2.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -78,15 +78,15 @@ items:
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '1.0'
- name: '0.2.0'
annotations:
description: Platform for building Kogito based on Quarkus
iconClass: icon-jbpm
tags: builder,kogito,springboot
supports: springboot
version: '1.0'
version: '0.2.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-springboot-centos-s2i:1.0
name: quay.io/kiegroup/kogito-springboot-centos-s2i:0.2.0

0 comments on commit 291b244

Please sign in to comment.