Pega provided image changes
By checking the tag list of the Pega Platform - https://pega-docker.downloads.pega.com/v2/platform/pega/tags/list
I got the following:
{ "name" : "platform/pega", "tags" : [ "23.1.0", "23.1.1", "23.1.2", "24.1.0", "8.2.6", "8.2.7", "8.2.8", "8.23.0", "8.23.1", "8.23.2", "8.24.0", "8.3.2", "8.3.3", "8.3.4", "8.3.5", "8.3.6", "8.4.0", "8.4.1", "8.4.2", "8.4.3", "8.4.4", "8.4.5", "8.4.6", "8.5.1", "8.5.2", "8.5.3", "8.5.4", "8.5.5", "8.5.6", "8.6.0", "8.6.1", "8.6.2", "8.6.3", "8.6.4", "8.6.5", "8.6.6", "8.7.0", "8.7.1", "8.7.2", "8.7.3", "8.7.4", "8.7.5", "8.7.6", "8.8.0", "8.8.1", "8.8.2", "8.8.3", "8.8.4" ] } Question is if i pull the image(say for tag pega-docker.downloads.pega.com/platform/pega:8.6.0) for a particular version into our Organization's local JFrog repo and use it for Deployment. Will the image for same tag gets updated periodically in Pega's repo(pega-docker.downloads.pega.com) that i need to pull the latest image each time whenever there is a Deployment(for releases)? Can someone please clarify on the same. Thanks!