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

NO-ISSUE: Use timestamped SNAPSHOT on serverless-logic-web-tools-swf-builder-image #2198

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
},
KN_PLUGIN_WORKFLOW__devModeImage: {
name: "KN_PLUGIN_WORKFLOW__devModeImage",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:999-20240218",
default: "quay.io/kiegroup/kogito-swf-devmode-nightly:main-2024-02-18",
description: "SonataFlow dev mode image (used on cli run)",
},
KN_PLUGIN_WORKFLOW__kogitoVersion: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG KOGITO_IMAGE_TAG

FROM --platform=linux/amd64 quay.io/kiegroup/kogito-swf-builder:$KOGITO_IMAGE_TAG
FROM --platform=linux/amd64 quay.io/kiegroup/kogito-swf-builder-nightly:$KOGITO_IMAGE_TAG

ENV PATH="${PATH}:/usr/share/maven/bin"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__swfBuilderKogitoImageTag: {
default: "latest",
default: "main-2024-02-18",
description: "",
},
}),
Expand Down
Loading