Skip to content

Commit

Permalink
Issue #1747 - Remove Kogito Operator managed images (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Apr 5, 2024
1 parent b4cf1cb commit e93091b
Show file tree
Hide file tree
Showing 82 changed files with 6 additions and 4,798 deletions.
1 change: 0 additions & 1 deletion .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ pipeline {
// Debug purpose in case of issue
sh 'cat tests/test-apps/clone-repo.sh'
sh 'cat scripts/setup-maven.sh'
sh 'cat tests/features/kogito-s2i-builder.feature'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Many thanks for submitting your Pull Request :heart:!
Please make sure your PR meets the following requirements:

- [ ] You have read the [contributors guide](README.md#contributing-to-kogito-images-repository)
- [ ] Pull Request title is properly formatted: `[KOGITO|RHPAM-XYZ] Subject`
- [ ] Pull Request title is properly formatted: `[Issue XXXX] Subject`
- [ ] Pull Request contains link to the JIRA issue
- [ ] Pull Request contains description of the issue
- [ ] Pull Request does not include fixes for issues other than the main ticket
Expand Down
665 changes: 3 additions & 662 deletions README.md

Large diffs are not rendered by default.

68 changes: 0 additions & 68 deletions kogito-base-builder-image.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions kogito-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,69 +24,6 @@ metadata:
description: ImageStream definitions for Kogito images
openshift.io/provider-display-name: Kie Group.
items:
- kind: ImageStream
apiVersion: v1
metadata:
name: kogito-runtime-native
annotations:
openshift.io/display-name: Runtime image for Kogito based on Quarkus native image
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '999-SNAPSHOT'
annotations:
description: Runtime image for Kogito based on Quarkus native image
iconClass: icon-jbpm
tags: runtime,kogito,quarkus
supports: quarkus
version: '999-SNAPSHOT'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-native:999-SNAPSHOT
- kind: ImageStream
apiVersion: v1
metadata:
name: kogito-runtime-jvm
annotations:
openshift.io/display-name: Runtime image for Kogito based on Quarkus or Springboot JVM image
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '999-SNAPSHOT'
annotations:
description: Runtime image for Kogito based on Quarkus or Springboot JVM image
iconClass: icon-jbpm
tags: runtime,kogito,quarkus,springboot,jvm
supports: quarkus
version: '999-SNAPSHOT'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-runtime-jvm:999-SNAPSHOT
- kind: ImageStream
apiVersion: v1
metadata:
name: kogito-s2i-builder
annotations:
openshift.io/display-name: Platform for building Kogito based on Quarkus or Springboot
openshift.io/provider-display-name: Kie Group.
spec:
tags:
- name: '999-SNAPSHOT'
annotations:
description: Platform for building Kogito based on Quarkus or Springboot
iconClass: icon-jbpm
tags: s2i-builder,kogito,quarkus,springboot
supports: quarkus
version: '999-SNAPSHOT'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-s2i-builder:999-SNAPSHOT
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -108,27 +45,6 @@ items:
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-swf-builder:999-SNAPSHOT
- kind: ImageStream
apiVersion: v1
metadata:
name: kogito-base-builder
annotations:
openshift.io/display-name: Kogito base builder
openshift.io/provider-display-name: KIE Group.
spec:
tags:
- name: '999-SNAPSHOT'
annotations:
description: Kogito base builder
iconClass: icon-jbpm
tags: kogito,jdk,maven
supports: quarkus
version: '999-SNAPSHOT'
referencePolicy:
type: Local
from:
kind: DockerImage
name: quay.io/kiegroup/kogito-base-builder:999-SNAPSHOT
- kind: ImageStream
apiVersion: v1
metadata:
Expand Down
83 changes: 0 additions & 83 deletions kogito-runtime-jvm-image.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions kogito-runtime-native-image.yaml

This file was deleted.

Loading

0 comments on commit e93091b

Please sign in to comment.