<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question about the SAS Mirror Manager behavior in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928171#M28493</link>
    <description>&lt;P&gt;So I think I messed things up &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just checked and if I use the --deployment-assets flag then mirror manager &lt;EM&gt;automatically&lt;/EM&gt;&amp;nbsp;selects and downloads the cadence and release specified in the deployment assets file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure how I ended up with two downloaded releases before...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 17:01:38 GMT</pubDate>
    <dc:creator>EyalGonen</dc:creator>
    <dc:date>2024-05-13T17:01:38Z</dc:date>
    <item>
      <title>Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928046#M28486</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS Mirror Manager and I am noticing something odd. I am using the "--deployment-assets" parameter to point to the deployment assets file downloaded from my.sas.com but it seems like SAS Mirror Manager is always downloading the latest release and not the release found in the deployment assets file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the &lt;A href="https://go.documentation.sas.com/doc/en/itopscdc/v_051/dplyml0phy0dkr/n1h0rgtr10fpnfn1mg0s8fgfuof8.htm#p16kb5lucncmbnn1c3x4dvpunim8" target="_self"&gt;doc&lt;/A&gt; I expected it to download the same cadence and release found in the deployment assets file and not the latest release. I verified the downloaded release in the downloaded path:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;../sas_repos/rel/stable/2024.04&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;relFormatVersion":"0.0.1","name":"stable","version":"2024.04","latest":{"duList":"lod/stable/2024.04/20240511.1715441583768&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But my deployment assets file name has a &lt;EM&gt;different&lt;/EM&gt; release:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;stable_2024.04_20240423.1713898974806&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The command I am using is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;$MIRRORMGRPATH/mirrormgr mirror registry --path ${MIRRORPATH} --deployment-data ${ASSETSPATH}/${CERTSFILE} --deployment-assets ${ASSETSPATH}/${ASSETSFILE}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I missing here? Maybe I am looking in the wrong place.. where can I see/verify which release was downloaded by mirror manager?&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 15:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928046#M28486</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-12T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928120#M28487</link>
      <description>Mirror Manager has a --release option you can use to specify the release to download. If this is not specified it will pull the most recent release.&lt;BR /&gt;The command I use is:&lt;BR /&gt;&lt;BR /&gt;cadencerelease=$(grep -E 'Cadence.Release' sas-bases/checksums.txt | awk '{print $NF}')&lt;BR /&gt;...&lt;BR /&gt;mirrormgr mirror registry --destination "$mirror" --deployment-data "SASViyaV4_${order}_certs.zip" --username "$mirroruser" --password "$mirrorpass" --cadence "${cadence}-${version}" --release "${cadencerelease}" --workers 10</description>
      <pubDate>Mon, 13 May 2024 14:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928120#M28487</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-05-13T14:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928131#M28488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the doc at&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/itopscdc/v_051/dplyml0phy0dkr/n1h0rgtr10fpnfn1mg0s8fgfuof8.htm#p16kb5lucncmbnn1c3x4dvpunim8" target="_blank"&gt;https://go.documentation.sas.com/doc/en/itopscdc/v_051/dplyml0phy0dkr/n1h0rgtr10fpnfn1mg0s8fgfuof8.htm#p16kb5lucncmbnn1c3x4dvpunim8&lt;/A&gt;&amp;nbsp; it says:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;you can use the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xisDoc-inlineCode"&gt;-–deployment-assets&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;flag to pass in the cadence and release automatically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So according to this if I specify --deployment-assets (as I did) it should pick up the cadence&amp;nbsp;&lt;EM&gt;and&lt;/EM&gt;&amp;nbsp; the release automatically from the file pointed by this parameter.&lt;/P&gt;
&lt;P&gt;So maybe I am looking at the wrong place to verify which release it actually downloaded. Can you please help telling me how to identify which exact release was downloaded with mirror manager?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 14:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928131#M28488</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-13T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928158#M28489</link>
      <description>Sorry, you are correct that --deployment-assets should do the same thing. Also it seems the default behavior has changed so when no release is supplied it downloads all of them.&lt;BR /&gt;When I look at my sas-bases/lod/stable/2024.04/ contents the release there matches the release I specified in the release options, so it sounds like mirrormgr is not working as expected.&lt;BR /&gt;What version of mirror manager are you using? (mirrormgr --version)&lt;BR /&gt;Did you download it recently?</description>
      <pubDate>Mon, 13 May 2024 16:14:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928158#M28489</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-05-13T16:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928159#M28490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My mirror manager version version is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;mirrormgr:&lt;BR /&gt;version : v0.36.1&lt;BR /&gt;build date : 2023-12-08&lt;BR /&gt;git hash : a02be0f&lt;BR /&gt;go version : go1.21.4 X:boringcrypto&lt;BR /&gt;go compiler : gc&lt;BR /&gt;platform : linux/amd64&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what you are saying is that to verify which release was actually downloaded I need to look at "sas-repo/&lt;SPAN&gt;lod/stable/2024.04/&amp;nbsp;"? I should see there a folder with the release that was downloaded? This is the way to verify what was downloaded?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928159#M28490</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-13T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928160#M28491</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt; yes, the directories in that path would be for the various releases that have been downloaded. From the file you mentioned initially, it seems to have the release within an JSON object called "latest", so it may be that this was not what was downloaded and just the details on that cadence and version.</description>
      <pubDate>Mon, 13 May 2024 16:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928160#M28491</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-05-13T16:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928161#M28492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Initially I did not know where to look to understand what was actually downloaded so I looked in the wrong place. Now in the folder you mentioned I have two files: one with the correct version (same as deployment assets) and another which is with a bit newer version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-rw-r--r--. 1 ec2-user ec2-user 6302589 May 13 14:51 20240423.1713898974806&lt;BR /&gt;-rw-r--r--. 1 ec2-user ec2-user 6303778 May 11 16:19 20240511.1715441583768&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure what I did anymore &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I will delete and re-download and see what happens. I will update. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928161#M28492</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-13T16:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928171#M28493</link>
      <description>&lt;P&gt;So I think I messed things up &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just checked and if I use the --deployment-assets flag then mirror manager &lt;EM&gt;automatically&lt;/EM&gt;&amp;nbsp;selects and downloads the cadence and release specified in the deployment assets file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure how I ended up with two downloaded releases before...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/928171#M28493</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-13T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/929123#M28528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One more general question about this subject: can I use mirror manager to download new releases of the same cadence version to the same download location I used to download earlier releases?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same question this time about downloading difference version of the same cadence to the same folder (for example, stable 2024.04 and stable 2024.05).&lt;/P&gt;
&lt;P&gt;Same question about different cadences (for example stable 2024.04 and lts 2023.10)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Eyal&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 06:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/929123#M28528</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-05-21T06:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/929162#M28532</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt; yes, you can use the same location, what you end up with is in the repo path under docker/v2/viya-4-x64_oci_linux_2-docker paths for each image and version associated with each release downloaded.</description>
      <pubDate>Tue, 21 May 2024 15:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/929162#M28532</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-05-21T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940796#M28877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;and all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I use SAS Mirror Manager to remove a &lt;EM&gt;specific&lt;/EM&gt; release that was uploaded to AWS ECR?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, let's say I upload to ECR three different SAS Viya releases Stable 2024.05, 2024.06, 2024.07 and I want to delete one of them from ECR.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 02:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940796#M28877</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-08-26T02:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940835#M28878</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt; I don't believe SAS Mirror Manager has such a function.</description>
      <pubDate>Mon, 26 Aug 2024 12:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940835#M28878</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-08-26T12:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940840#M28879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how do you cleanup the ECR?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I do multiple SAS Viya upgrades, each time I load the new release to ECR and it starts filling up with many images from different releases. Each release is ~80GB.&lt;/P&gt;
&lt;P&gt;I found an option for SAS Mirror Manager called "&lt;STRONG&gt;--remove-old&lt;/STRONG&gt;" but not sure if it is valid for ECR nor how to exactly use it. I am kind of afraid to run it as I am not sure what it does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 13:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940840#M28879</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-08-26T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940845#M28880</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt; I tested running with the --remove-old option and received this message:&lt;BR /&gt;Flag --remove-old has been deprecated, please use --remove-after-upload, and that option would only remove from the local repo after they've been uploaded, so I don't think that would do what you want.&lt;BR /&gt;&lt;BR /&gt;It looks like ECR has lifecycle options you can configure:&lt;BR /&gt;&lt;A href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html" target="_blank"&gt;https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like one way you could do this is with the tagStatus of "tagged" and "imageCountMoreThan" countType, which sounds like it would tell the ECR to remove all tagged images older than the last n images pushed.</description>
      <pubDate>Mon, 26 Aug 2024 13:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940845#M28880</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-08-26T13:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940914#M28886</link>
      <description>Silly answer but, besides the SAS tool or the policies you could still use the ECR CLI or webtool to delete images?&lt;BR /&gt;&lt;BR /&gt;aws ecr batch-delete-image --repository-name &amp;lt;repository_name&amp;gt; --image-ids imageTag=&amp;lt;tag&amp;gt;</description>
      <pubDate>Mon, 26 Aug 2024 20:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940914#M28886</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2024-08-26T20:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940957#M28888</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you know which images to delete? For example, I want to delete all images in ECR that belong to SAS release Stable 2024.04. I am not aware of any image tag that associates an image with Stable 2024.04. Maybe I am wrong. Please let me know if you find how to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 04:31:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/940957#M28888</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-08-27T04:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/941511#M28901</link>
      <description>If you have the assets for a given release, you could grep the overlays/required/transformers.yaml to identify the tag for each image associated with that release, for example:&lt;BR /&gt;&lt;BR /&gt;$ grep newTag -m1 -B1 sas-bases/overlays/required/transformers.yaml &lt;BR /&gt;  newName: cr.sas.com/viya-4-x64_oci_linux_2-docker/sas-activities&lt;BR /&gt;  newTag: 1.53.15-20221103.1667486852217&lt;BR /&gt;&lt;BR /&gt;But the version can change during a release cycle, if an update is pushed to 2024.04 for a given image and you pulled the latest assets for it, then the image tag would be different for that image than what you might have in your ECR. &lt;BR /&gt;&lt;BR /&gt;Using the lifecycle option lets you instruct the ECR to remove all entries that meet given criteria, while keeping some history.</description>
      <pubDate>Wed, 28 Aug 2024 17:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/941511#M28901</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-08-28T17:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/942644#M28934</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I understand correctly the ECR lifecycle option is at the &lt;EM&gt;repository&lt;/EM&gt; level and not at the &lt;EM&gt;registry&lt;/EM&gt; level (correct me if I am wrong) so this means that I need to set it up for all the SAS repositories and there are dozens of them...&lt;/P&gt;
&lt;P&gt;Has anyone tried this lifecycle approach in a production site?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the SAS Mirror Manager should really have a "cleanup" option since it can tell the exact image tags associated with each Cadence release and it can safely remove images from the CR.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 06:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/942644#M28934</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2024-09-05T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the SAS Mirror Manager behavior</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/942766#M28950</link>
      <description>I believe this is something done at the repository level, so it might be easier to use the CLI to loop through all your repositories to apply the lifecycle policy to each. I've not had any experience using the functionality in AWS. I don't know of any plans to add that functionality to Mirror Manager.&lt;BR /&gt;&lt;BR /&gt;It looks like there is functionality in the AWS console to preview the results of the lifecycle policy before applying it.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/lpp_creation.html" target="_blank"&gt;https://docs.aws.amazon.com/AmazonECR/latest/userguide/lpp_creation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Sep 2024 17:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Question-about-the-SAS-Mirror-Manager-behavior/m-p/942766#M28950</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-09-05T17:10:31Z</dc:date>
    </item>
  </channel>
</rss>

