-
Bug
-
Resolution: Done
-
Blocker
-
1.37.0
-
False
-
-
False
-
-
Summary
the value of "org.kie.kogito.version" label, was set in the first batch, but for some reason the image from the handover:
registry-proxy.engineering.redhat.com/rh-osbs/openshift-serverless-1-logic-swf-builder-rhel9@sha256:ad912fd9302b4555a7ad1b4a3d188d81c3210f08a5e8940af51b78633da3a69
f
Still shows label with value:
"org.kie.kogito.version": "9.104.0",
Furthermore, the values from kogito-project-versions module [1] were set in first batch, but the image delivered in ER1 shows following values:
docker pull registry-proxy.engineering.redhat.com/rh-osbs/openshift-serverless-1-logic-swf-builder-rhel9@sha256:ad912fd9302b4555a7ad1b4a3d188d81c3210f08a5e8940af51b78633da3a69f
In a drectory with attached Dockerfile, execute docker build .
"KOGITO_VERSION=9.104.0", "QUARKUS_PLATFORM_GROUPID=com.redhat.quarkus.platform", "QUARKUS_PLATFORM_VERSION=3.20.2", "SONATAFLOW_QUARKUS_DEVUI_VERSION=9.104.0", "PROJECT_ARTIFACT_ID=serverless-workflow-project"
The Dockerfile used in the build is wrong:
Latest state of dist-git repo was not used.
Environment
CPaaS
Steps to reproduce
1. Run: docker pull registry-proxy.engineering.redhat.com/rh-osbs/openshift-serverless-1-logic-swf-builder-rhel9@sha256:ad912fd9302b4555a7ad1b4a3d188d81c3210f08a5e8940af51b78633da3a69f
2. In a directory with attached Dockerfile, execute:
docker build .
3. You can also do:
docker inspect ...
to see the incorrect version
Actual results
Build fails and versions are not using PNC values
Expected results
Build does not fail and versions are using PNC values
Testing
Covered with cloud pipeline
- is related to
-
SRVLOGIC-666 Release of 1.37
-
- In Progress
-