Skip to content

Commit

Permalink
Hide Tomcat 8.5.100, 9.0.93, 9.0.90, 9.0.88, 10.1.23, 10.1.25 and 10.…
Browse files Browse the repository at this point in the history
…1.28 for Windows sites (#7897) (#7911)

* Hide Tomcat 9.0.93, 9.0.90 and 9.0.88 for Windows sites

* Hide Tomcat 8.5.100, 10.1.23, 10.1.25, 10.1.28

---------

Co-authored-by: Denis Fuenzalida 🐙 <[email protected]>
  • Loading branch information
dfuenzalida and Denis Fuenzalida 🐙 authored Nov 19, 2024
1 parent a17604a commit 1914759
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '10.1.28',
isHidden: true,
},
linuxContainerSettings: {
java11Runtime: 'TOMCAT|10.1.28-java11',
Expand All @@ -768,6 +769,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '10.1.25',
isHidden: true,
},
linuxContainerSettings: {
java11Runtime: 'TOMCAT|10.1.25-java11',
Expand All @@ -783,6 +785,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '10.1.23',
isHidden: true,
},
linuxContainerSettings: {
java11Runtime: 'TOMCAT|10.1.23-java11',
Expand Down Expand Up @@ -946,6 +949,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '9.0.93',
isHidden: true,
},
linuxContainerSettings: {
java8Runtime: 'TOMCAT|9.0.93-java8',
Expand All @@ -962,6 +966,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '9.0.90',
isHidden: true,
},
linuxContainerSettings: {
java8Runtime: 'TOMCAT|9.0.90-java8',
Expand All @@ -978,6 +983,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
windowsContainerSettings: {
javaContainer: 'TOMCAT',
javaContainerVersion: '9.0.88',
isHidden: true,
},
linuxContainerSettings: {
java8Runtime: 'TOMCAT|9.0.88-java8',
Expand Down Expand Up @@ -1252,6 +1258,7 @@ const getJavaContainersStack: (useIsoDateFormat: boolean) => WebAppStack = (useI
javaContainer: 'TOMCAT',
javaContainerVersion: '8.5.100',
endOfLifeDate: tomcat8dot5EOL,
isHidden: true,
},
},
},
Expand Down

0 comments on commit 1914759

Please sign in to comment.