-
Notifications
You must be signed in to change notification settings - Fork 193
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
kie-issues#963: Move task-console
and management-console
images from kogito-images
to kie-tools
#2226
Conversation
* Added missing PatternFly Addons CSS in Consoles * Fixes in `JobManagementTable` (removed select & actions columns when table is empty)
… and runtime-tools-management-console-webapp-image to kogito-management-console
@rodrigonull adding you as reviewer, mainly due to the new Jenkins tasks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Jenkins jobs LGTM.
task-console
and management-console
images from kogito-images
to kie-tools
}, | ||
"kieTools": { | ||
"requiredPreinstalledCliCommands": [ | ||
"java", | ||
"mvn" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good cleanup. Thx!
|
||
ARG KOGITO_MANAGEMENT_CONSOLE_PORT=8080 | ||
|
||
ENV RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE="PROD" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
…rom `kogito-images` to `kie-tools` (apache#2226)
Closes: apache/incubator-kie-issues#963
Closes: apache/incubator-kie-issues#1037
In this PR:
window
object so dependencies can invoke themImages are based on the
kie-sandbox-image
Containerfile and scripts, using Apache httpd to serve static files.Env vars are generated and injected using
image-env-to-json-standalone
.