-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOGITO-1727] - Release Kogito Images 0.9.1 (#141)
staging data-index: data-index-service-0.9.1-runner.jar md5: 3f0967d34abd163c25e88ffde45c860d staging jobs-service: jobs-service-0.9.1-runner.jar md5: 5045a15e32c2d50ef2b2a05ee241de7e staging management-console: management-console-0.9.1-runner.jar md5: 6ccb41e412ab9df7cd463ee9e9360b6d - quay.io/kiegroup/kogito-data-index:0.9.1 - quay.io/kiegroup/kogito-jobs-service:0.9.1 - quay.io/kiegroup/kogito-management-console:0.9.1 - quay.io/kiegroup/kogito-quarkus-jvm-ubi8:0.9.1 - quay.io/kiegroup/kogito-quarkus-ubi8:0.9.1 - quay.io/kiegroup/kogito-quarkus-ubi8-s2i:0.9.1 - quay.io/kiegroup/kogito-springboot-ubi8:0.9.1 - quay.io/kiegroup/kogito-springboot-ubi8-s2i:0.9.1 Signed-off-by: spolti <[email protected]>
- Loading branch information
Showing
28 changed files
with
303 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,5 @@ packages: | |
- zlib-devel | ||
|
||
run: | ||
workdir: "/home/kogito" | ||
workdir: "/home/kogito" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/bash | ||
|
||
microdnf clean all | ||
rm -rf /var/cache/yum | ||
# segmentation full if delete /yum dir. | ||
rm -rf /var/cache/dnf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.jq | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
modules: | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.launch.scripts | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.logging | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
execute: | ||
- script: configure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.persistence | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
modules: | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.quarkus.s2i | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
execute: | ||
- script: configure | ||
|
||
envs: | ||
- name: "KOGITO_VERSION" | ||
value: "0.9.1-rc2" | ||
value: "0.9.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
schema_version: 1 | ||
name: org.kie.kogito.springboot.s2i | ||
version: "0.9.1-rc2" | ||
version: "0.9.1" | ||
|
||
execute: | ||
- script: configure | ||
|
||
envs: | ||
- name: "KOGITO_VERSION" | ||
value: "0.9.1-rc2" | ||
value: "0.9.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.