@@ -1569,8 +1569,6 @@ private static Map<String, Map<String, String>> getDefaultImageProperties() {
15691569 imageProperties ("MicrosoftWindowsServer" , "WindowsServer" , "2019-Datacenter" , "2019-Datacenter-with-Containers" , Constants .OS_TYPE_WINDOWS ));
15701570 imageProperties .put (Constants .WINDOWS_SERVER_2022 ,
15711571 imageProperties ("MicrosoftWindowsServer" , "WindowsServer" , "2022-datacenter-azure-edition-core" , "2022-datacenter-azure-edition-core" , Constants .OS_TYPE_WINDOWS ));
1572- imageProperties .put (Constants .UBUNTU_1604_LTS ,
1573- imageProperties ("Canonical" , "UbuntuServer" , "16.04-LTS" , "16.04-LTS" , Constants .OS_TYPE_LINUX ));
15741572 imageProperties .put (Constants .UBUNTU_2004_LTS ,
15751573 imageProperties ("canonical" , "0001-com-ubuntu-server-focal" , "20_04-lts-gen2" , "20_04-lts-gen2" , Constants .OS_TYPE_LINUX ));
15761574 imageProperties .put (Constants .UBUNTU_2204_LTS ,
@@ -1602,14 +1600,12 @@ private static Map<String, Map<String, String>> getPreInstalledToolsScript() {
16021600 tools .put (Constants .WINDOWS_SERVER_2016 , new HashMap <>());
16031601 tools .put (Constants .WINDOWS_SERVER_2019 , new HashMap <>());
16041602 tools .put (Constants .WINDOWS_SERVER_2022 , new HashMap <>());
1605- tools .put (Constants .UBUNTU_1604_LTS , new HashMap <>());
16061603 tools .put (Constants .UBUNTU_2004_LTS , new HashMap <>());
16071604 tools .put (Constants .UBUNTU_2204_LTS , new HashMap <>());
16081605 try {
16091606 windows (Constants .WINDOWS_SERVER_2016 , tools );
16101607 windows (Constants .WINDOWS_SERVER_2019 , tools );
16111608 windows (Constants .WINDOWS_SERVER_2022 , tools );
1612- ubuntu (Constants .UBUNTU_1604_LTS , tools );
16131609 ubuntu (Constants .UBUNTU_2004_LTS , tools );
16141610 ubuntu (Constants .UBUNTU_2204_LTS , tools );
16151611
0 commit comments