elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.85k stars 343 forks source link

Release tooling: container registry 'reporting' utility #2770

Open ptitzler opened 2 years ago

ptitzler commented 2 years ago

Is your feature request related to a problem? Please describe. Currently parts of the release process are performed manually, such as building and publishing Elyra container images on Docker Hub and quay.io:

We currently don't have the means to easily confirm whether the images were published as expected and that the latest tag is set to the appropriate version.

Related documentation:

Describe the solution you'd like

Provide a tool that Elyra maintainers can use to answer questions such as:

ptitzler commented 2 years ago

@lresende @akchinSTC how about extending the create-release script with a new target?

ptitzler commented 2 years ago

some more background information on how this might be implemented: