-
Notifications
You must be signed in to change notification settings - Fork 184
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-tools#2571] [sonataflow-management-console] Convert Containerfiles to Cekit #2573
Conversation
… Image Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
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.
@ricardozanini Thank you so much for this PR.
I left some suggestions but I'm not totally sure about all of them.
I think we also need to rename KOGITO_MANAGEMENT_CONSOLE_PORT
to SONATAFLOW_MANAGEMENT_CONSOLE_PORT
in the Containerfile
.
Of course, if this renaming makes sense for you as well.
...-management-console-image/resources/modules/sonataflow/management-console/configure-httpd.sh
Outdated
Show resolved
Hide resolved
...ow-management-console-image/resources/incubator-kie-sonataflow-management-console-image.yaml
Outdated
Show resolved
Hide resolved
...ow-management-console-image/resources/incubator-kie-sonataflow-management-console-image.yaml
Outdated
Show resolved
Hide resolved
...ataflow-management-console-image/resources/modules/sonataflow/management-console/module.yaml
Outdated
Show resolved
Hide resolved
@fantonangeli, thanks for the insights! |
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
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.
LGTM, Thanks a lot @ricardozanini
@fantonangeli where u able to build and run the image locally? |
@ricardozanini Yes I tested successfully the image. I used the commands:
|
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
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.
@ricardozanini Re-tested with the last commits.
…es to Cekit (apache#2573) Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
…es to Cekit (apache#2573) (#43) Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
Fixes #2571
In this PR:
sonata flow-image-common
kogito-system-user
when a base image already has the 1001 user id.Containerfile
in favor of Cekit to support reproducible builds and BDD tests in the futureFollow-up issues: