Open ptitzler opened 2 years ago
@lresende @akchinSTC how about extending the create-release
script with a new target?
some more background information on how this might be implemented:
report
)docker.io/elyra/elyra
, docker.io/elyra/kf-notebook
, quay.io/elyra/elyra
, and quay.io/elyra/kfnotebook
(read-only operation)elyra/elyra:3.9.0
) latest
with the checksum of the images with the greatest version identifier and issue a warning if they are not equal (this would be an indication that the latest
tag references an older version)
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:
x.y.z
) that's published in the two container registries that the Elyra community maintains?latest
tag referencing the container image version tag with the highest version number?