aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

List of supported/stable images for use

Open pradeepp88 opened this issue 1 year ago • 2 comments

Currently there are many images available in GHCR repo and there is no documentation where we can find stable images/versions for use. The previous major version images still has vulnerabilities, ex: 0.11.0 which has been fixed in 0.11.1.

Creating this issue to create a documentation where the community can find a list of supported or stable docker images for use.

Once we have the list of supported images, we can setup a workflow to regularly scan for vulnerabilities as the vulnerability list is being constantly updated.

pradeepp88 avatar May 27 '24 13:05 pradeepp88

cc: @WadeBarnes @swcurran

pradeepp88 avatar May 27 '24 13:05 pradeepp88

Adding some reference RFCs and Release Documentations:

Aries RFC which has some standard process for release management- https://github.com/hyperledger/aries-rfcs/tree/f5b3cd1319a6df74f830cd51b623342104bd5b30/concepts/0799-long-term-support

This is inspired from the Hyperledger Fabric Release Strategy - https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

We can have a section in Readme for releases like - https://github.com/hyperledger/fabric?tab=readme-ov-file#releases

pradeepp88 avatar May 28 '24 15:05 pradeepp88

Resolved with this PR #3143 that enccompasses and extends #3051

swcurran avatar Aug 14 '24 21:08 swcurran