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

Infra: Ship a serde-enriched docker image alongside with the main one #156

Open
Haarolean opened this issue Feb 20, 2024 · 0 comments · May be fixed by #251
Open

Infra: Ship a serde-enriched docker image alongside with the main one #156

Haarolean opened this issue Feb 20, 2024 · 0 comments · May be fixed by #251
Assignees
Labels
area/serde Serialization & Deserialization (plugins) good first issue Up for grabs hacktoberfest Issues good for hacktoberfest goal scope/infra CI, CD, dev. env, etc. status/triage/completed Automatic triage completed
Milestone

Comments

@Haarolean
Copy link
Member

Haarolean commented Feb 20, 2024

We have a bunch of serdes developed by us and publicly available (SMILE, glue) which are released independently.
Currently to run kafka-ui with them enabled you have to:

It would be beneficial to ship a fat docker image alongside the main one with all the serdes included to save the user efforts for the first two steps of the aforementioned process.

Our sedes available at the time:
https://github.com/kafbat/ui-serde-glue
https://github.com/kafbat/ui-serde-smile

TODO:

  1. Release workflow:
  • Adjust the release workflow to build one more separate image
  • Upon a release, download latest releases of our serdes
  • Include (volume bind) downloaded serdes into the image
  • ? Consider if we'd need a separate release for all the main branch releases, or just the major releases
  1. AWS AMI Image:
  • do the same as for the release workflow
@kapybro kapybro bot added status/triage Issues pending maintainers triage scope/infra CI, CD, dev. env, etc. status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Feb 20, 2024
@Haarolean Haarolean added the area/serde Serialization & Deserialization (plugins) label Feb 20, 2024
@Haarolean Haarolean added this to the 1.0 milestone Feb 20, 2024
@Haarolean Haarolean added the good first issue Up for grabs label Feb 20, 2024
@Haarolean Haarolean moved this to Intermediate in Up for grabs Feb 20, 2024
@Haarolean Haarolean moved this to Todo in Up for grabs Mar 16, 2024
@Haarolean Haarolean assigned Haarolean and unassigned Haarolean Mar 18, 2024
@Haarolean Haarolean modified the milestones: 1.0, 1.1 Mar 18, 2024
@Haarolean Haarolean removed this from Release 1.0 Mar 18, 2024
@Haarolean Haarolean moved this from Todo to In Development in Release 1.1 Mar 25, 2024
@Haarolean Haarolean moved this from Todo to In Review in Up for grabs Apr 16, 2024
@Haarolean Haarolean moved this from In Development to In Review in Release 1.1 Apr 24, 2024
@Haarolean Haarolean added the hacktoberfest Issues good for hacktoberfest goal label Oct 4, 2024
@Haarolean Haarolean linked a pull request Oct 4, 2024 that will close this issue
13 tasks
@Haarolean Haarolean removed this from Release 1.1 Dec 30, 2024
@Haarolean Haarolean modified the milestones: 1.1, 1.2 Dec 30, 2024
@Haarolean Haarolean moved this to Todo in Release 1.2 Dec 31, 2024
@Haarolean Haarolean moved this from Todo to In Review in Release 1.2 Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/serde Serialization & Deserialization (plugins) good first issue Up for grabs hacktoberfest Issues good for hacktoberfest goal scope/infra CI, CD, dev. env, etc. status/triage/completed Automatic triage completed
Projects
Status: In Review
Status: In Review
Development

Successfully merging a pull request may close this issue.

2 participants