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

Showcase: build docker image and release it to the Container registry #23

Open
ge0ffrey opened this issue Jun 12, 2023 · 2 comments · Fixed by #24
Open

Showcase: build docker image and release it to the Container registry #23

ge0ffrey opened this issue Jun 12, 2023 · 2 comments · Fixed by #24
Assignees
Milestone

Comments

@ge0ffrey
Copy link
Contributor

The Timefold Container Registry ( https://github.com/orgs/TimefoldAI/packages ) should contain a docker image with the latest stable showcase so users can easily try it out.

That showcase container image should be able to run all the use-case quickstarts (preferably without having to install their container images).

@rsynek
Copy link
Contributor

rsynek commented Jun 13, 2023

FYI @ge0ffrey Not yet finished and not yet public, but certainly possible:

#24

https://github.com/orgs/TimefoldAI/packages/container/package/timefold-solver-quickstarts-showcase

@triceo triceo linked a pull request Jun 13, 2023 that will close this issue
2 tasks
@triceo triceo added this to the 0.9.40 milestone Jun 13, 2023
@rsynek
Copy link
Contributor

rsynek commented Jun 16, 2023

Ideas to reduce the image size:
A) switch to alpine, explore jLink and sharing dependencies between individual QS
B) native compile all the QS and the showcase; make the showcase support the native QS

B will also make the startups much faster; no more waiting for a QS to become ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants