kabanero-io / kabanero-command-line-services

This repo will be archived soon.
Apache License 2.0
3 stars 7 forks source link

compare digests based on Governance Policy for Stacks #157

Closed davco01a closed 4 years ago

davco01a commented 4 years ago

compare digests based on Governance Policy for Stacks

` There are four permitted stack governance policies:

strictDigest - The digest of the stack image used by the application must match the digest of a container image which is currently active in the Kabanero instance.

activeDigest - The MAJOR.MINOR stack image version will be used to find a suitable container image which is currently active in the Kabanero instance. If a suitable image is found, the build will proceed with that image.

ignoreDigest - The tags of the stack image used by the application must match the tags of a container image which is currently active in the Kabanero instance. The digest of the stack image is ignored.

none - Disables any digest or tag based image validation.

davco01a commented 4 years ago

check with Andrew how he gets policy ? Does he need to get it from CLI service or does the console retrieve it from the Kabanero CR?

davco01a commented 4 years ago

Andrew gets the governance policy from the Kabanero CR

so going to close this out