This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-website.git
The following commit(s) were added to refs/heads/main by this push:
new 22adbd6 to help with build from source.. updating to reference rc2
22adbd6 is described below
commit 22adbd68eb44cb13519cc3201f2c7a532a2152dc
Author: Alex Porcelli <[email protected]>
AuthorDate: Mon Oct 7 14:16:32 2024 -0400
to help with build from source.. updating to reference rc2
---
docs/community/build.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/community/build.md b/docs/community/build.md
index c804753..7b28277 100644
--- a/docs/community/build.md
+++ b/docs/community/build.md
@@ -60,7 +60,7 @@ Replace `${release_version}` and `${rc_version}` with the
appropriate values. Fo
```bash
-https://dist.apache.org/repos/dist/dev/incubator/kie/10.0.0-rc1/incubator-kie-10.0.0-rc1-sources.zip
+https://dist.apache.org/repos/dist/dev/incubator/kie/10.0.0-rc2/incubator-kie-10.0.0-rc2-sources.zip
```
#### Extract the Source Archive
@@ -163,12 +163,12 @@ mvn clean install -DskipTests -Dfull
-Donly.reproducible=true -Pjitexecutor-nati
```bash
cd incubator-kie-kogito-images
cekit --descriptor kogito-base-builder-image.yaml build docker --platform
linux/amd64
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-data-index-ephemeral
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-data-index-postgresql
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-jit-runner
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-jobs-service-allinone
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-jobs-service-ephemeral
-make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc1 ignore_test=true
image_name=kogito-jobs-service-postgresql
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-data-index-ephemeral
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-data-index-postgresql
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-jit-runner
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-jobs-service-allinone
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-jobs-service-ephemeral
+make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name=kogito-jobs-service-postgresql
```
**Produced Artifacts:** Images will be pushed to the local Container registry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]