Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1719 - Add Maven 3.9.3, Quarkus 3.2.9.Final and update Java images #1720

Merged
merged 20 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cb67004
Fix #1719 - Add Maven 3.9.3 and update Java images
ricardozanini Dec 15, 2023
e315b47
Upgrade to quarkus 3
ricardozanini Dec 15, 2023
e021989
Fix python script maven setup
ricardozanini Dec 15, 2023
9d33d3c
Change version to 999-SNAPSHOT and fix extensions add
ricardozanini Dec 18, 2023
86eb54c
Upgrade Java and GraalVM to 17
ricardozanini Dec 22, 2023
b66c846
Fix graalvm bats tests
ricardozanini Dec 22, 2023
00cf43e
Fix GC algorithm and set images to Java 17
ricardozanini Dec 22, 2023
729c6bc
Fix kogito-swf-devmode image dependencies
ricardozanini Dec 22, 2023
5621502
Fix behave tests to reflect java-17 upgrade
ricardozanini Dec 26, 2023
4513faf
Make SonataFlow images deps available offline, fix jbang setup and deps
ricardozanini Dec 26, 2023
5b062d3
Fix data-index-oracle behave to reflect new error
ricardozanini Dec 26, 2023
4efba97
Fix behave to reflect the new devui and java17
ricardozanini Dec 27, 2023
852de14
Disable all tests that depends on kogito-runtime-jvm:latest
ricardozanini Dec 27, 2023
84ecbca
Try fixing trusty image by removing sleep
ricardozanini Dec 27, 2023
0cbf31d
Ignore native builder tests, adjust graalvm version and extensions in…
ricardozanini Dec 27, 2023
6afbad1
Ignore behave custom certs scenario
ricardozanini Dec 28, 2023
44150c9
Ignore doesn't accept comments
ricardozanini Dec 28, 2023
afab62d
Disabling tests on containers that dies instantly
ricardozanini Dec 28, 2023
ed06782
Add 'available' keyword to handle timeouts
ricardozanini Dec 28, 2023
6deb7a6
Remove available from timedout containers
ricardozanini Dec 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ To interact with Kogito images, you would need to install the needed dependencie
* All of those can be handled with pip, including CeKit.
* if any dependency is missing CeKit will tell which one.
* [Bats](https://github.com/sstephenson/bats)
* Java 11 or higher
* Maven 3.8.6 or higher
* Java 17 or higher
* Maven 3.9.3 or higher

* Optional dependencies:
* [source-to-image](https://github.com/openshift/source-to-image)
* used to perform local s2i images using some of the [builder images](#builder-images)
* [GraalVM 22.2.0](https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.2.0) Java 11 or higher
* [GraalVM 23+](https://github.com/graalvm/mandrel/releases) Java 17 or higher
* Useful to test Kogito apps on native mode before create a Container image with it.
* [OpenShift Cli](https://docs.openshift.com/container-platform/4.3/cli_reference/openshift_cli/getting-started-cli.html)

Expand Down Expand Up @@ -145,8 +145,8 @@ There are three builder images available:

* [quay.io/kiegroup/kogito-base-builder](https://quay.io/kiegroup/kogito-base-builder)
The Kogito base Builder Image is equipped with the following components:
* OpenJDK 11.0.6
* Maven 3.8.6
* OpenJDK 17.x
* Maven 3.9.3

* [quay.io/kiegroup/kogito-swf-builder](https://quay.io/kiegroup/kogito-swf-builder)
The Kogito SWF Builder Image extends the kogito-base-builder is equipped with the following components for faster builds:
Expand All @@ -162,9 +162,9 @@ When `RUNTIME_TYPE` quarkus is chosen, the Builder Image allows you to create a

The Kogito s2i Builder Image is equipped with the following components:

* GraalVM 22.2.0-java11
* OpenJDK 11+
* Maven 3.8.6
* GraalVM 23+
* OpenJDK 17+
* Maven 3.9.3

For more information about what is installed on this image, take a look [here](kogito-s2i-builder-image.yaml) in the
**modules.install** section.
Expand Down
11 changes: 6 additions & 5 deletions kogito-base-builder-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-base-builder"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Image with JDK and Maven, used as a base image. It is used by Web Tools !"

Expand All @@ -13,9 +13,9 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.10.Final"
value: "3.2.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand All @@ -37,10 +37,11 @@ modules:
- name: org.kie.kogito.logging
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.openjdk
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.maven
version: "3.8.6"
version: "3.9.3"
- name: org.kie.kogito.maven.common
- name: org.kie.kogito.project.versions
- name: org.kie.kogito.security.custom.truststores

Expand Down
6 changes: 3 additions & 3 deletions kogito-data-index-ephemeral-image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-data-index-ephemeral"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"

labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -38,7 +38,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.community.ephemeral
Expand Down
6 changes: 3 additions & 3 deletions kogito-data-index-infinispan-image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-data-index-infinispan"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Data Index Service for Infinispan persistence provider"

labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -53,7 +53,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.infinispan
Expand Down
6 changes: 3 additions & 3 deletions kogito-data-index-mongodb-image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-data-index-mongodb"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Data Index Service for Mongodb persistence provider"

labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -35,7 +35,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.mongodb
Expand Down
6 changes: 3 additions & 3 deletions kogito-data-index-oracle-image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-data-index-oracle"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Data Index Service for Oracle persistence provider"

labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -35,7 +35,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.oracle
Expand Down
6 changes: 3 additions & 3 deletions kogito-data-index-postgresql-image.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-data-index-postgresql"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Data Index Service for PostgreSQL persistence provider"


labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -39,7 +39,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.postgresql
Expand Down
6 changes: 3 additions & 3 deletions kogito-explainability-image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
schema_version: 1

name: "quay.io/kiegroup/kogito-explainability"
version: "2.0.0-snapshot"
version: "999-SNAPSHOT"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Runtime image for Kogito Explainability Service"

labels:
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
value: "999-SNAPSHOT"
- name: "maintainer"
value: "Apache KIE <[email protected]>"
- name: "io.k8s.description"
Expand Down Expand Up @@ -38,7 +38,7 @@ modules:
- name: org.kie.kogito.system.user
- name: org.kie.kogito.logging
- name: org.kie.kogito.openjdk.headless
version: "11"
version: "17"
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.explainability
Expand Down
Loading
Loading