Skip to content

Commit

Permalink
Set image tags = branch name (main)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 22, 2024
1 parent 8358e9e commit 0f0a6da
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion kogito-base-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-base-builder"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17:1.19"
description: "Image with JDK and Maven, used as a base image. It is used by Web Tools !"

Expand Down
2 changes: 1 addition & 1 deletion kogito-data-index-ephemeral-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-data-index-ephemeral"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"

Expand Down
2 changes: 1 addition & 1 deletion kogito-data-index-postgresql-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-data-index-postgresql"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Data Index Service for PostgreSQL persistence provider"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jit-runner-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jit-runner"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito JIT Runner"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-allinone-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-allinone"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Jobs Service with all available jdbc providers"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-ephemeral-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito in memory Jobs Service"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-postgresql-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-postgresql"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Jobs Service based on Postgresql"

Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-custom-truststore/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.security.custom.truststores
version: "999-SNAPSHOT"
version: "main"
description: "Adds the capability of configuring a custom Java Truststore to replace the original cacerts"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.common
version: "999-SNAPSHOT"
version: "main"
description: "Common modules for data-index persistence provider images, any addition that is common must be added in this module"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-ephemeral/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.community.ephemeral
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-postgresql/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.postgresql
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-dynamic-resources/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dynamic.resources
version: "999-SNAPSHOT"
version: "main"

description: -| Module retrieved from https://github.com/jboss-openshift/cct_module/blob/master/jboss/container/java/jvm/bash However it contains a few customizations to fit Kogito needs.

Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jit-runner/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jit-runner
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-all-in-one/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.allinone
version: "999-SNAPSHOT"
version: "main"

artifacts:
- path: /tmp/build/jobs-service-inmemory-all-in-one
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.common
version: "999-SNAPSHOT"
version: "main"
description: "This module needs to be run last, if adding it, add in the last position."

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-ephemeral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.ephemeral
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-postgresql/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.postgresql
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-launch-scripts/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.launch.scripts
version: "999-SNAPSHOT"
version: "main"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-logging/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.logging
version: "999-SNAPSHOT"
version: "main"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-maven/common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.maven.common
version: "999-SNAPSHOT"
version: "main"

envs:
- name: "MAVEN_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-project-versions/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.project.versions
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Project versions information"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-system-user/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.system.user
version: "999-SNAPSHOT"
version: "main"

execute:
- script: add-user
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/builder/build-config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.builder.build-config
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow builder image build configuration"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/builder/runtime/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.builder.runtime.community
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow builder runtime module"

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/common/build/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.common.build
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow image build process"

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/common/scripts/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.common.scripts
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow image common scripts"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/build-config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.build-config
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode image build configuration"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/runtime/common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.runtime.common
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode common module"

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/runtime/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.runtime.community
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode with required extensions"

envs:
Expand Down

0 comments on commit 0f0a6da

Please sign in to comment.