wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

Ensure base images with `8u` and `11_07` are removed from Azure. #318

Open edburns opened 3 years ago

edburns commented 3 years ago

None of the Azure Application offers should be referring to base images whose skuUrnVersion tuple includes either 8u or 11_07. After the closure of #317 , none of them are. This UNIX command can be used to verify this fact.

find arm-oraclelinux-wls arm-oraclelinux-wls-admin arm-oraclelinux-wls-cluster arm-oraclelinux-wls-dynamic-cluster -type f -name "*.json" -exec grep Oracle:weblogic {} \; -print | sed 's/^[[:space:]]*//g' | sort | uniq

None of the output should include 8u or 11_07.

This issue asks the assignee to make it so the following VM images are removed from Azure:

weblogic-141100-jdk11_07-ol76  Oracle       owls-141100-11_07-ol76   Oracle:weblogic-141100-jdk11_07-ol76:owls-141100-11_07-ol76:1.1.4   1.1.4
weblogic-141100-jdk8u251-ol76  Oracle       owls-141100-8u251-ol76   Oracle:weblogic-141100-jdk8u251-ol76:owls-141100-8u251-ol76:1.1.4   1.1.4
weblogic-122130-jdk8u131-ol73  Oracle       owls-122130-8u131-ol73   Oracle:weblogic-122130-jdk8u131-ol73:owls-122130-8u131-ol73:1.1.10  1.1.10
weblogic-122130-jdk8u131-ol74  Oracle       owls-122130-8u131-ol74   Oracle:weblogic-122130-jdk8u131-ol74:owls-122130-8u131-ol74:1.1.5   1.1.5
weblogic-122140-jdk8u251-ol76  Oracle       owls-122140-8u251-ol76   Oracle:weblogic-122140-jdk8u251-ol76:owls-122140-8u251-ol76:1.1.4   1.1.4

I suggest going into Partner Center and clicking the Stop Selling button for the corresponding offers.

I recall there was a time we did this already, but somehow it seems to have become undone.

edburns commented 3 years ago

These have already been marked with deprecated in the Partner Center.