This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new d8ebd6485a0 kie-issues#1218: Replace explicit references to quay.io
images across KIE Tools CI pipelines (#2364)
d8ebd6485a0 is described below
commit d8ebd6485a07a08b1580af3012129141a0b1e9c5
Author: Tiago Bento <[email protected]>
AuthorDate: Fri May 24 12:27:43 2024 -0400
kie-issues#1218: Replace explicit references to quay.io images across KIE
Tools CI pipelines (#2364)
---
.ci/jenkins/Jenkinsfile.daily-dev-publish | 66 +++++++++++-----------
.ci/jenkins/Jenkinsfile.release-build | 2 +-
.ci/jenkins/Jenkinsfile.release-dry-run | 2 +-
.ci/jenkins/Jenkinsfile.release-publish | 2 +-
.ci/jenkins/Jenkinsfile.setup-branch | 2 +-
.ci/jenkins/Jenkinsfile.staging-build | 64 ++++++++++-----------
.ci/jenkins/Jenkinsfile.staging-dry-run | 2 +-
.ci/jenkins/Jenkinsfile.staging-publish | 2 +-
.ci/jenkins/Jenkinsfile.weekly-publish | 2 +-
.ci/jenkins/ci-jobs/Jenkinsfile.ci-build | 2 +-
.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-code-fmt | 2 +-
.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-codeql | 2 +-
.../ci-jobs/Jenkinsfile.ci-check-dependencies | 2 +-
.ci/jenkins/ci-jobs/Jenkinsfile.ci-image-build | 4 +-
.../release-jobs/Jenkinsfile.chrome-extensions | 2 +-
.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy | 6 +-
.../Jenkinsfile.dashbuilder-viewer-image | 6 +-
.../Jenkinsfile.dev-deployment-base-image | 6 +-
...enkinsfile.dev-deployment-dmn-form-webapp-image | 6 +-
...e.dev-deployment-kogito-quarkus-blank-app-image | 6 +-
.../Jenkinsfile.dev-deployment-upload-service | 2 +-
.../release-jobs/Jenkinsfile.extended-services | 2 +-
.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox | 6 +-
.../Jenkinsfile.kie-sandbox-extended-services | 6 +-
.../Jenkinsfile.kie-sandbox-helm-chart | 6 +-
.../release-jobs/Jenkinsfile.kn-plugin-workflow | 2 +-
.../Jenkinsfile.kogito-management-console | 6 +-
.../Jenkinsfile.kogito-serverless-operator | 6 +-
.../release-jobs/Jenkinsfile.kogito-swf-builder | 6 +-
.../release-jobs/Jenkinsfile.kogito-swf-devmode | 6 +-
.../release-jobs/Jenkinsfile.kogito-task-console | 6 +-
.ci/jenkins/release-jobs/Jenkinsfile.npm-packages | 2 +-
.ci/jenkins/release-jobs/Jenkinsfile.online-editor | 2 +-
.../Jenkinsfile.serverless-logic-web-tools | 2 +-
...e.serverless-logic-web-tools-base-builder-image | 6 +-
...le.serverless-logic-web-tools-swf-builder-image | 6 +-
...e.serverless-logic-web-tools-swf-dev-mode-image | 6 +-
.../Jenkinsfile.standalone-editors-cdn | 2 +-
.../release-jobs/Jenkinsfile.vscode-extensions-dev | 2 +-
.../Jenkinsfile.vscode-extensions-prod | 2 +-
.ci/jenkins/shared-scripts/pipelineVars.groovy | 2 +-
.../ci/patterns/non-source-files-patterns.txt | 1 +
.../controllers/platform/services/services.go | 4 +-
scripts/sparse-checkout/README.md | 2 +-
44 files changed, 141 insertions(+), 140 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.daily-dev-publish
b/.ci/jenkins/Jenkinsfile.daily-dev-publish
index 2ced8ffcd07..fca1daaba91 100644
--- a/.ci/jenkins/Jenkinsfile.daily-dev-publish
+++ b/.ci/jenkins/Jenkinsfile.daily-dev-publish
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
label util.avoidFaultyNodes()
}
@@ -234,92 +234,92 @@ pipeline {
}
}
- stage('Push sonataflow-builder to quay.io') {
+ stage('Push sonataflow-builder to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SONATAFLOW_BUILDER_IMAGE__registry}/${env.SONATAFLOW_BUILDER_IMAGE__account}",
"${env.SONATAFLOW_BUILDER_IMAGE__name}",
"${env.SONATAFLOW_BUILDER_IMAGE__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push sonataflow-devmode to quay.io') {
+ stage('Push sonataflow-devmode to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SONATAFLOW_DEVMODE_IMAGE__registry}/${env.SONATAFLOW_DEVMODE_IMAGE__account}",
"${env.SONATAFLOW_DEVMODE_IMAGE__name}",
"${env.SONATAFLOW_DEVMODE_IMAGE__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push sonataflow-operator to quay.io') {
+ stage('Push sonataflow-operator to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SONATAFLOW_OPERATOR__registry}/${env.SONATAFLOW_OPERATOR__account}",
"${env.SONATAFLOW_OPERATOR__name}",
"${env.SONATAFLOW_OPERATOR__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push dev-deployment-base-image to quay.io') {
+ stage('Push dev-deployment-base-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.DEV_DEPLOYMENT_BASE_IMAGE__registry}/${env.DEV_DEPLOYMENT_BASE_IMAGE__account}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__name}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push dev-deployment-dmn-form-webapp-image to quay.io') {
+ stage('Push dev-deployment-dmn-form-webapp-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__registry}/${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push dev-deployment-kogito-quarkus-blank-app-image to quay.io')
{
+ stage('Push dev-deployment-kogito-quarkus-blank-app-image to Docker
Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__registry}/${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push kie-sandbox-extended-services-image to quay.io') {
+ stage('Push kie-sandbox-extended-services-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageRegistry}/${env.KIE_SANDBOX_EXTENDED_SERVICES__imageAccount}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageName}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
@@ -343,14 +343,14 @@ pipeline {
}
}
- stage('Push cors-proxy-image to quay.io') {
+ stage('Push cors-proxy-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.CORS_PROXY_IMAGE__imageRegistry}/${env.CORS_PROXY_IMAGE__imageAccount}",
"${env.CORS_PROXY_IMAGE__imageName}",
"${env.CORS_PROXY_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
@@ -374,14 +374,14 @@ pipeline {
}
}
- stage('Push kie-sandbox-image to quay.io') {
+ stage('Push kie-sandbox-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageRegistry}/${env.KIE_SANDBOX_WEBAPP_IMAGE__imageAccount}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageName}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
@@ -413,92 +413,92 @@ pipeline {
}
}
- stage('Push serverless-logic-web-tools-swf-builder-image to quay.io') {
+ stage('Push serverless-logic-web-tools-swf-builder-image to Docker
Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push serverless-logic-web-tools-base-builder-image to quay.io')
{
+ stage('Push serverless-logic-web-tools-base-builder-image to Docker
Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push serverless-logic-web-tools-swf-dev-mode-image to quay.io')
{
+ stage('Push serverless-logic-web-tools-swf-dev-mode-image to Docker
Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push dashbuilder-viewer-image to quay.io') {
+ stage('Push dashbuilder-viewer-image to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.DASHBUILDER__viewerImageRegistry}/${env.DASHBUILDER__viewerImageAccount}",
"${env.DASHBUILDER__viewerImageName}",
"${env.DASHBUILDER__viewerImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push kogito-task-console to quay.io') {
+ stage('Push kogito-task-console to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.KOGITO_TASK_CONSOLE__registry}/${env.KOGITO_TASK_CONSOLE__account}",
"${env.KOGITO_TASK_CONSOLE__name}",
"${env.KOGITO_TASK_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push kogito-management-console to quay.io') {
+ stage('Push kogito-management-console to Docker Hub') {
steps {
script {
dockerUtils.pushImageToRegistry(
"${env.KOGITO_MANAGEMENT_CONSOLE__registry}/${env.KOGITO_MANAGEMENT_CONSOLE__account}",
"${env.KOGITO_MANAGEMENT_CONSOLE__name}",
"${env.KOGITO_MANAGEMENT_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
}
- stage('Push kie-sandbox-helm-chart to quay.io') {
+ stage('Push kie-sandbox-helm-chart to Docker Hub') {
steps {
dir('kie-tools') {
script {
helmUtils.pushChartToRegistry(
"${env.KIE_SANDBOX_HELM_CHART__registry}/${env.KIE_SANDBOX_HELM_CHART__account}",
"packages/kie-sandbox-helm-chart/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",
- "${pipelineVars.quayPushCredentialsId}"
+
"${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/Jenkinsfile.release-build
b/.ci/jenkins/Jenkinsfile.release-build
index 13444ecd071..dbc11495c6f 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
label util.avoidFaultyNodes()
}
diff --git a/.ci/jenkins/Jenkinsfile.release-dry-run
b/.ci/jenkins/Jenkinsfile.release-dry-run
index a37c6c50076..c00b49a4d95 100644
--- a/.ci/jenkins/Jenkinsfile.release-dry-run
+++ b/.ci/jenkins/Jenkinsfile.release-dry-run
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
label util.avoidFaultyNodes()
}
}
diff --git a/.ci/jenkins/Jenkinsfile.release-publish
b/.ci/jenkins/Jenkinsfile.release-publish
index efef54f640b..e7ec43fca15 100644
--- a/.ci/jenkins/Jenkinsfile.release-publish
+++ b/.ci/jenkins/Jenkinsfile.release-publish
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
label util.avoidFaultyNodes()
}
}
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 5fe568dfbb2..a9f4bff815b 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
label util.avoidFaultyNodes()
}
diff --git a/.ci/jenkins/Jenkinsfile.staging-build
b/.ci/jenkins/Jenkinsfile.staging-build
index 8006e69b929..dc270d1da89 100644
--- a/.ci/jenkins/Jenkinsfile.staging-build
+++ b/.ci/jenkins/Jenkinsfile.staging-build
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
label util.avoidFaultyNodes()
}
@@ -223,7 +223,7 @@ pipeline {
}
}
- stage('STAGING: Push serverless-logic-web-tools-swf-builder-image to
quay.io') {
+ stage('STAGING: Push serverless-logic-web-tools-swf-builder-image to
Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -465,7 +465,7 @@ pipeline {
}
}
- stage('STAGING: Push kie-sandbox-extended-services-image to quay.io') {
+ stage('STAGING: Push kie-sandbox-extended-services-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -487,7 +487,7 @@ pipeline {
}
}
- stage('STAGING: Push cors-proxy-image to quay.io') {
+ stage('STAGING: Push cors-proxy-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -509,7 +509,7 @@ pipeline {
}
}
- stage('STAGING: Push kie-sandbox-image to quay.io') {
+ stage('STAGING: Push kie-sandbox-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -543,7 +543,7 @@ pipeline {
}
}
- stage('STAGING: Push serverless-logic-web-tools-swf-dev-mode-image to
quay.io') {
+ stage('STAGING: Push serverless-logic-web-tools-swf-dev-mode-image to
Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -554,7 +554,7 @@ pipeline {
}
}
- stage('STAGING: Push dev-deployment-base-image and
dev-deployment-kogito-quarkus-blank-app-image to quay.io') {
+ stage('STAGING: Push dev-deployment-base-image and
dev-deployment-kogito-quarkus-blank-app-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -566,7 +566,7 @@ pipeline {
}
}
- stage('STAGING: Push dev-deployment-dmn-form-webapp-image to quay.io')
{
+ stage('STAGING: Push dev-deployment-dmn-form-webapp-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -577,7 +577,7 @@ pipeline {
}
}
- stage('STAGING: Push serverless-logic-web-tools-base-builder-image to
quay.io') {
+ stage('STAGING: Push serverless-logic-web-tools-base-builder-image to
Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -588,7 +588,7 @@ pipeline {
}
}
- stage('STAGING: Push dashbuilder-viewer-image to quay.io') {
+ stage('STAGING: Push dashbuilder-viewer-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -599,7 +599,7 @@ pipeline {
}
}
- stage('STAGING: Push kie-sandbox-helm-chart to quay.io') {
+ stage('STAGING: Push kie-sandbox-helm-chart to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -612,7 +612,7 @@ pipeline {
}
}
- stage('STAGING: Push kogito-task-console to quay.io') {
+ stage('STAGING: Push kogito-task-console to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -623,7 +623,7 @@ pipeline {
}
}
- stage('STAGING: Push kogito-management-console to quay.io') {
+ stage('STAGING: Push kogito-management-console to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -634,7 +634,7 @@ pipeline {
}
}
- stage('STAGING: Push sonataflow-builder to quay.io') {
+ stage('STAGING: Push sonataflow-builder to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -645,7 +645,7 @@ pipeline {
}
}
- stage('STAGING: Push sonataflow-devmode to quay.io') {
+ stage('STAGING: Push sonataflow-devmode to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -656,7 +656,7 @@ pipeline {
}
}
- stage('STAGING: Push sonataflow-operator to quay.io') {
+ stage('STAGING: Push sonataflow-operator to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -881,7 +881,7 @@ def pushKieSandboxHelmChartToQuay() {
helmUtils.pushChartToRegistry(
"${env.KIE_SANDBOX_HELM_CHART__registry}/${env.KIE_SANDBOX_HELM_CHART__account}",
"packages/kie-sandbox-helm-chart/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -973,7 +973,7 @@ def pushServerlessLogicWebToolsSWFBuilderImageToQuay() {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -982,7 +982,7 @@ def pushKieSandboxExtendedServicesImageToQuay() {
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageRegistry}/${env.KIE_SANDBOX_EXTENDED_SERVICES__imageAccount}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageName}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -991,7 +991,7 @@ def pushCorsProxyImageToQuay() {
"${env.CORS_PROXY_IMAGE__imageRegistry}/${env.CORS_PROXY_IMAGE__imageAccount}",
"${env.CORS_PROXY_IMAGE__imageName}",
"${env.CORS_PROXY_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1000,7 +1000,7 @@ def pushKieSandboxImageToQuay() {
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageRegistry}/${env.KIE_SANDBOX_WEBAPP_IMAGE__imageAccount}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageName}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1009,7 +1009,7 @@ def pushServerlessLogicWebToolsSWFDevModeImageToQuay() {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1018,7 +1018,7 @@ def pushDevDeploymentBaseImageToQuay() {
"${env.DEV_DEPLOYMENT_BASE_IMAGE__registry}/${env.DEV_DEPLOYMENT_BASE_IMAGE__account}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__name}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1027,7 +1027,7 @@ def pushDevDeploymentDmnFormWebappImageToQuay() {
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__registry}/${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1036,7 +1036,7 @@ def pushDevDeploymentKogitoQuarkusBlankAppImageToQuay() {
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__registry}/${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1045,7 +1045,7 @@ def pushDashbuilderViewerImageToQuay() {
"${env.DASHBUILDER__viewerImageRegistry}/${env.DASHBUILDER__viewerImageAccount}",
"${env.DASHBUILDER__viewerImageName}",
"${env.DASHBUILDER__viewerImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1054,7 +1054,7 @@ def pushServerlessLogicWebToolsBaseBuilderImageToQuay() {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1063,7 +1063,7 @@ def pushKogitoTaskConsoleToQuay() {
"${env.KOGITO_TASK_CONSOLE__registry}/${env.KOGITO_TASK_CONSOLE__account}",
"${env.KOGITO_TASK_CONSOLE__name}",
"${env.KOGITO_TASK_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1072,7 +1072,7 @@ def pushKogitoManagementConsoleToQuay() {
"${env.KOGITO_MANAGEMENT_CONSOLE__registry}/${env.KOGITO_MANAGEMENT_CONSOLE__account}",
"${env.KOGITO_MANAGEMENT_CONSOLE__name}",
"${env.KOGITO_MANAGEMENT_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1081,7 +1081,7 @@ def pushKogitoSwfBuilderToQuay() {
"${env.SONATAFLOW_BUILDER_IMAGE__registry}/${env.SONATAFLOW_BUILDER_IMAGE__account}",
"${env.SONATAFLOW_BUILDER_IMAGE__name}",
"${env.SONATAFLOW_BUILDER_IMAGE__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1090,7 +1090,7 @@ def pushKogitoSwfDevModeToQuay() {
"${env.SONATAFLOW_DEVMODE_IMAGE__registry}/${env.SONATAFLOW_DEVMODE_IMAGE__account}",
"${env.SONATAFLOW_DEVMODE_IMAGE__name}",
"${env.SONATAFLOW_DEVMODE_IMAGE__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
@@ -1099,7 +1099,7 @@ def pushKogitoServerlessOperatorToQuay() {
"${env.SONATAFLOW_OPERATOR__registry}/${env.SONATAFLOW_OPERATOR__account}",
"${env.SONATAFLOW_OPERATOR__name}",
"${env.SONATAFLOW_OPERATOR__buildTag}",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
diff --git a/.ci/jenkins/Jenkinsfile.staging-dry-run
b/.ci/jenkins/Jenkinsfile.staging-dry-run
index c8180cd15fb..17b651c9931 100644
--- a/.ci/jenkins/Jenkinsfile.staging-dry-run
+++ b/.ci/jenkins/Jenkinsfile.staging-dry-run
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
label util.avoidFaultyNodes()
}
}
diff --git a/.ci/jenkins/Jenkinsfile.staging-publish
b/.ci/jenkins/Jenkinsfile.staging-publish
index 11f5207cee0..9043d92dd51 100644
--- a/.ci/jenkins/Jenkinsfile.staging-publish
+++ b/.ci/jenkins/Jenkinsfile.staging-publish
@@ -20,7 +20,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
label util.avoidFaultyNodes()
}
}
diff --git a/.ci/jenkins/Jenkinsfile.weekly-publish
b/.ci/jenkins/Jenkinsfile.weekly-publish
index 38d47ae21cb..2111fcf7dd3 100644
--- a/.ci/jenkins/Jenkinsfile.weekly-publish
+++ b/.ci/jenkins/Jenkinsfile.weekly-publish
@@ -25,7 +25,7 @@ def dateDefaultValue = sdf.format(new Date())
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
label util.avoidFaultyNodes()
}
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-build
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-build
index 6d424ce5a11..5495b13bc7c 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-build
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-build
@@ -49,7 +49,7 @@ pipeline {
agent {
docker {
label("${buildUtils.apacheAgentLabels()}")
- image
"docker.io/apache/incubator-kie-tools-ci-build:${params.IMAGE_TAG}"
+ image
"quay.io/kie-tools/kie-tools-ci-build:${params.IMAGE_TAG}"
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-code-fmt
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-code-fmt
index 973a5768357..0214ec331b4 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-code-fmt
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-code-fmt
@@ -38,7 +38,7 @@ pipeline {
stage('Check code formatting') {
agent {
docker {
- image
"docker.io/apache/incubator-kie-tools-ci-build:${params.IMAGE_TAG}"
+ image
"quay.io/kie-tools/kie-tools-ci-build:${params.IMAGE_TAG}"
}
}
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-codeql
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-codeql
index 369dea28656..386c3976295 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-codeql
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-codeql
@@ -48,7 +48,7 @@ pipeline {
stage('Check code quality') {
agent {
docker {
- image
"docker.io/apache/incubator-kie-tools-ci-build:${params.IMAGE_TAG}"
+ image
"quay.io/kie-tools/kie-tools-ci-build:${params.IMAGE_TAG}"
}
}
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
index 695280a408d..75f0c200148 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-check-dependencies
@@ -38,7 +38,7 @@ pipeline {
stage('Check dependencies consistency') {
agent {
docker {
- image
"docker.io/apache/incubator-kie-tools-ci-build:${params.IMAGE_TAG}"
+ image
"quay.io/kie-tools/kie-tools-ci-build:${params.IMAGE_TAG}"
}
}
diff --git a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-image-build
b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-image-build
index 567a90e64da..811e31e06b5 100644
--- a/.ci/jenkins/ci-jobs/Jenkinsfile.ci-image-build
+++ b/.ci/jenkins/ci-jobs/Jenkinsfile.ci-image-build
@@ -22,8 +22,8 @@ pipeline {
}
environment {
- IMAGE_ACCOUNT = 'docker.io/apache'
- IMAGE_NAME = 'incubator-kie-tools-ci-build'
+ IMAGE_ACCOUNT = 'quay.io/kie-tools'
+ IMAGE_NAME = 'kie-tools-ci-build'
IMAGE_NAME_TAG = "${IMAGE_ACCOUNT}/${IMAGE_NAME}:${params.IMAGE_TAG}"
DOCKER_CONFIG = "${WORKSPACE}/.docker"
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
b/.ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
index 3f0b0dd8004..76081021b08 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy
b/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy
index 83ce7d76aef..5a47e58707b 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.cors-proxy
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -123,7 +123,7 @@ pipeline {
}
}
- stage('Push cors-proxy-image to quay.io') {
+ stage('Push cors-proxy-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -133,7 +133,7 @@ pipeline {
"${env.CORS_PROXY_IMAGE__imageRegistry}/${env.CORS_PROXY_IMAGE__imageAccount}",
"${env.CORS_PROXY_IMAGE__imageName}",
"${env.CORS_PROXY_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.dashbuilder-viewer-image
b/.ci/jenkins/release-jobs/Jenkinsfile.dashbuilder-viewer-image
index a35281eeb10..2789d68a4bc 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.dashbuilder-viewer-image
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.dashbuilder-viewer-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push dashbuilder-viewer-image to quay.io') {
+ stage('Push dashbuilder-viewer-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.DASHBUILDER__viewerImageRegistry}/${env.DASHBUILDER__viewerImageAccount}",
"${env.DASHBUILDER__viewerImageName}",
"${env.DASHBUILDER__viewerImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-base-image
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-base-image
index 583feebccd6..ba88ca2b27d 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-base-image
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-base-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push dev-deployment-base-image to quay.io') {
+ stage('Push dev-deployment-base-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.DEV_DEPLOYMENT_BASE_IMAGE__registry}/${env.DEV_DEPLOYMENT_BASE_IMAGE__account}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__name}",
"${env.DEV_DEPLOYMENT_BASE_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-dmn-form-webapp-image
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-dmn-form-webapp-image
index c48d4dbadd5..47a0b04e0c6 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-dmn-form-webapp-image
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-dmn-form-webapp-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push dev-deployment-dmn-form-webapp-image to quay.io') {
+ stage('Push dev-deployment-dmn-form-webapp-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__registry}/${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_DMN_FORM_WEBAPP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-kogito-quarkus-blank-app-image
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-kogito-quarkus-blank-app-image
index 96b5883317c..528a719a3ed 100644
---
a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-kogito-quarkus-blank-app-image
+++
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-kogito-quarkus-blank-app-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push dev-deployment-kogito-quarkus-blank-app-image to quay.io')
{
+ stage('Push dev-deployment-kogito-quarkus-blank-app-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__registry}/${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__account}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__name}",
"${env.DEV_DEPLOYMENT_KOGITO_QUARKUS_BLANK_APP_IMAGE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-upload-service
b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-upload-service
index b99a1804669..79875f740b4 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-upload-service
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.dev-deployment-upload-service
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.extended-services
b/.ci/jenkins/release-jobs/Jenkinsfile.extended-services
index 9c074d347fa..c49372fc120 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.extended-services
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.extended-services
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox
b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox
index 5e8fae6024a..7a6b56f6ddd 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -139,7 +139,7 @@ pipeline {
}
}
- stage('Push kie-sandbox-image to quay.io') {
+ stage('Push kie-sandbox-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -149,7 +149,7 @@ pipeline {
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageRegistry}/${env.KIE_SANDBOX_WEBAPP_IMAGE__imageAccount}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageName}",
"${env.KIE_SANDBOX_WEBAPP_IMAGE__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-extended-services
b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-extended-services
index 35c66573104..c2765c07910 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-extended-services
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-extended-services
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -123,7 +123,7 @@ pipeline {
}
}
- stage('Push kie-sandbox-extended-services-image to quay.io') {
+ stage('Push kie-sandbox-extended-services-image to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -133,7 +133,7 @@ pipeline {
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageRegistry}/${env.KIE_SANDBOX_EXTENDED_SERVICES__imageAccount}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageName}",
"${env.KIE_SANDBOX_EXTENDED_SERVICES__imageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-helm-chart
b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-helm-chart
index a3a7a677fb8..85b17ff74b0 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-helm-chart
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kie-sandbox-helm-chart
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push kie-sandbox-helm-chart to quay.io') {
+ stage('Push kie-sandbox-helm-chart to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
helmUtils.pushChartToRegistry(
"${env.KIE_SANDBOX_HELM_CHART__registry}/${env.KIE_SANDBOX_HELM_CHART__account}",
"packages/kie-sandbox-helm-chart/dist/${env.KIE_SANDBOX_HELM_CHART__name}-${env.KIE_SANDBOX_HELM_CHART__tag}.tgz",
- "${pipelineVars.quayPushCredentialsId}"
+
"${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
index be7514a8457..4909128e72a 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-management-console
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-management-console
index 0f736b91dac..20b4077cc74 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-management-console
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-management-console
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push kogito-management-console to quay.io') {
+ stage('Push kogito-management-console to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.KOGITO_MANAGEMENT_CONSOLE__registry}/${env.KOGITO_MANAGEMENT_CONSOLE__account}",
"${env.KOGITO_MANAGEMENT_CONSOLE__name}",
"${env.KOGITO_MANAGEMENT_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-serverless-operator
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-serverless-operator
index aa810c641c5..608397c7ef6 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-serverless-operator
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-serverless-operator
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -148,7 +148,7 @@ pipeline {
}
}
- stage('Push sonataflow-operator to quay.io') {
+ stage('Push sonataflow-operator to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -158,7 +158,7 @@ pipeline {
"${env.SONATAFLOW_OPERATOR__registry}/${env.SONATAFLOW_OPERATOR__account}",
"${env.SONATAFLOW_OPERATOR__name}",
"${env.SONATAFLOW_OPERATOR__buildTag} latest",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-builder
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-builder
index 0927c825296..287fef10407 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-builder
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-builder
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -131,7 +131,7 @@ pipeline {
}
}
- stage('Push sonataflow-builder to quay.io') {
+ stage('Push sonataflow-builder to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -141,7 +141,7 @@ pipeline {
"${env.SONATAFLOW_BUILDER_IMAGE__registry}/${env.SONATAFLOW_BUILDER_IMAGE__account}",
"${env.SONATAFLOW_BUILDER_IMAGE__name}",
"${env.SONATAFLOW_BUILDER_IMAGE__buildTag} latest",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
index 03aad41f6e1..25cc7d36508 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -131,7 +131,7 @@ pipeline {
}
}
- stage('Push sonataflow-devmode to quay.io') {
+ stage('Push sonataflow-devmode to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -141,7 +141,7 @@ pipeline {
"${env.SONATAFLOW_DEVMODE_IMAGE__registry}/${env.SONATAFLOW_DEVMODE_IMAGE__account}",
"${env.SONATAFLOW_DEVMODE_IMAGE__name}",
"${env.SONATAFLOW_DEVMODE_IMAGE__buildTag} latest",
- "${pipelineVars.quayKiegroupPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-task-console
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-task-console
index 0f219b98813..83f29692c87 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-task-console
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-task-console
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push kogito-task-console to quay.io') {
+ stage('Push kogito-task-console to Docker Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.KOGITO_TASK_CONSOLE__registry}/${env.KOGITO_TASK_CONSOLE__account}",
"${env.KOGITO_TASK_CONSOLE__name}",
"${env.KOGITO_TASK_CONSOLE__buildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.npm-packages
b/.ci/jenkins/release-jobs/Jenkinsfile.npm-packages
index 97eaff6b258..9e64a142a47 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.npm-packages
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.npm-packages
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.online-editor
b/.ci/jenkins/release-jobs/Jenkinsfile.online-editor
index bfe61ac1b43..6bf1e58657e 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.online-editor
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.online-editor
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools
index 6709a804003..6f07b3d6326 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-base-builder-image
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-base-builder-image
index 072994e9833..774de453b1e 100644
---
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-base-builder-image
+++
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-base-builder-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push serverless-logic-web-tools-base-builder-image to quay.io')
{
+ stage('Push serverless-logic-web-tools-base-builder-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-builder-image
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-builder-image
index 7ce36fd49b6..33bd7d20e87 100644
---
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-builder-image
+++
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-builder-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push serverless-logic-web-tools-swf-builder-image to quay.io') {
+ stage('Push serverless-logic-web-tools-swf-builder-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-dev-mode-image
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-dev-mode-image
index 6bbe819baec..76f4c215240 100644
---
a/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-dev-mode-image
+++
b/.ci/jenkins/release-jobs/Jenkinsfile.serverless-logic-web-tools-swf-dev-mode-image
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
@@ -118,7 +118,7 @@ pipeline {
}
}
- stage('Push serverless-logic-web-tools-swf-dev-mode-image to quay.io')
{
+ stage('Push serverless-logic-web-tools-swf-dev-mode-image to Docker
Hub') {
when {
expression { !params.DRY_RUN }
}
@@ -128,7 +128,7 @@ pipeline {
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageRegistry}/${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageAccount}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageName}",
"${env.SERVERLESS_LOGIC_WEB_TOOLS__swfDevModeImageBuildTags}",
- "${pipelineVars.quayPushCredentialsId}"
+ "${pipelineVars.dockerHubApacheKiePushCredentialsId}"
)
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.standalone-editors-cdn
b/.ci/jenkins/release-jobs/Jenkinsfile.standalone-editors-cdn
index 2275c5d6307..f7822a25e51 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.standalone-editors-cdn
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.standalone-editors-cdn
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-dev
b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-dev
index 5c91a672c2d..41950314766 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-dev
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-dev
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
index f6f7edb5f13..0bb789041d3 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
@@ -17,7 +17,7 @@
pipeline {
agent {
docker {
- image 'docker.io/apache/incubator-kie-tools-ci-build:latest'
+ image 'quay.io/kie-tools/kie-tools-ci-build:latest'
args '--shm-size=2g --privileged --group-add docker'
}
}
diff --git a/.ci/jenkins/shared-scripts/pipelineVars.groovy
b/.ci/jenkins/shared-scripts/pipelineVars.groovy
index 1ba6559b8a2..517e95d621f 100644
--- a/.ci/jenkins/shared-scripts/pipelineVars.groovy
+++ b/.ci/jenkins/shared-scripts/pipelineVars.groovy
@@ -20,7 +20,7 @@ class PipelineVars implements Serializable {
String githubRepositoryName = 'incubator-kie-tools'
String githubRepositorySlug = 'apache/incubator-kie-tools'
String quayPushCredentialsId = 'quay-io-kie-tools-token'
- String quayKiegroupPushCredentialsId = 'quay_kiegroup_registry_token'
+ String dockerHubApacheKiePushCredentialsId =
'dockerhub_apache_kie_registry_token'
String openshiftCredentialsId = 'openshift-kie-tools-token'
String kieToolsBotGithubCredentialsId = 'kie-tools-bot-gh'
String kieToolsBotGithubTokenCredentialsId = 'kie-tools-bot-gh-token'
diff --git a/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
b/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
index f4cec4c687a..625b6a1a574 100644
--- a/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
+++ b/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
@@ -11,4 +11,5 @@ gifs
repo
.vscode
.idea
+.ci
.github/CODEOWNERS
diff --git
a/packages/sonataflow-operator/controllers/platform/services/services.go
b/packages/sonataflow-operator/controllers/platform/services/services.go
index 7a96edd66a8..e54e0148c7c 100644
--- a/packages/sonataflow-operator/controllers/platform/services/services.go
+++ b/packages/sonataflow-operator/controllers/platform/services/services.go
@@ -109,7 +109,7 @@ func (d DataIndexHandler)
GetServiceImageName(persistenceType constants.Persiste
if persistenceType == constants.PersistenceTypeEphemeral &&
len(cfg.GetCfg().DataIndexEphemeralImageTag) > 0 {
return cfg.GetCfg().DataIndexEphemeralImageTag
}
- // returns
"quay.io/kiegorup/kogito-data-index-<persistence_layer>:<tag>"
+ // returns
"quay.io/kiegroup/kogito-data-index-<persistence_layer>:<tag>"
return fmt.Sprintf("%s-%s-%s:%s", constants.KogitoImageNamePrefix,
constants.DataIndexName, persistenceType.String(), version.GetKogitoVersion())
}
@@ -273,7 +273,7 @@ func (j JobServiceHandler)
GetServiceImageName(persistenceType constants.Persist
if persistenceType == constants.PersistenceTypeEphemeral &&
len(cfg.GetCfg().JobsServiceEphemeralImageTag) > 0 {
return cfg.GetCfg().JobsServiceEphemeralImageTag
}
- // returns
"quay.io/kiegorup/kogito-jobs-service-<persistece_layer>:<tag>"
+ // returns
"quay.io/kiegroup/kogito-jobs-service-<persistece_layer>:<tag>"
return fmt.Sprintf("%s-%s-%s:%s", constants.KogitoImageNamePrefix,
constants.JobServiceName, persistenceType.String(), version.GetKogitoVersion())
}
diff --git a/scripts/sparse-checkout/README.md
b/scripts/sparse-checkout/README.md
index 4e523e5eb54..56629aa39f5 100644
--- a/scripts/sparse-checkout/README.md
+++ b/scripts/sparse-checkout/README.md
@@ -50,7 +50,7 @@ pnpm -F boxed-expression-component... build:dev
- Docker
```
-docker run -it -p 9900:9900 --rm docker.io/apache/incubator-kie-tools-ci-build
bash -ic '\
+docker run -it -p 9900:9900 --rm quay.io/kie-tools/kie-tools-ci-build bash -ic
'\
cd; \
ORG="apache"; \
BRANCH="main"; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]