Skip to content

Commit

Permalink
update to tomcat 9.0.91 and java 11.0.24+8
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 19, 2024
1 parent d46210f commit da94b5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ on:

env:
LUCEE_VERSION: ${{ github.event.inputs.LUCEE_VERSION }}
JRE_LINUX_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.23_9.tar.gz
JRE_LINUX_NAME: OpenJDK11U-jre_x64_linux_hotspot_11.0.23_9.tar.gz
JRE_LINUX_DIR: jdk-11.0.23+9-jre
JRE_WIN_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.23_9.zip
JRE_WIN_NAME: OpenJDK11U-jre_x64_windows_hotspot_11.0.23_9.zip
JRE_WIN_DIR: jdk-11.0.23+9-jre
TOMCAT_LINUX_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.tar.gz
TOMCAT_LINUX_NAME: apache-tomcat-9.0.90.tar.gz
TOMCAT_WIN_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip
TOMCAT_WIN_NAME: apache-tomcat-9.0.90.zip
TOMCAT_DIR: apache-tomcat-9.0.90
JRE_LINUX_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_linux_hotspot_11.0.24_8.tar.gz
JRE_LINUX_NAME: OpenJDK11U-jre_x64_linux_hotspot_11.0.24_8.tar.gz
JRE_LINUX_DIR: jdk-11.0.24+8-jre
JRE_WIN_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B8/OpenJDK11U-jre_x64_windows_hotspot_11.0.24_8.zip
JRE_WIN_NAME: OpenJDK11U-jre_x64_windows_hotspot_11.0.24_8.zip
JRE_WIN_DIR: jdk-11.0.24+8-jre
TOMCAT_LINUX_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.tar.gz
TOMCAT_LINUX_NAME: apache-tomcat-9.0.91.tar.gz
TOMCAT_WIN_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x64.zip
TOMCAT_WIN_NAME: apache-tomcat-9.0.91.zip
TOMCAT_DIR: apache-tomcat-9.0.91
IB_URL: https://releases.installbuilder.com/installbuilder/installbuilder-enterprise-24.3.0-linux-x64-installer.run
IB_NAME: installbuilder-enterprise-24.3.0-linux-x64-installer.run

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ Note: You must build the Linux Installer on Linux, otherwise the file permission

## Github Actions ##

We now have an automated GitHub action to build, test and publish the Windows and Linux installers

## Automated build script ##
`JRE_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.23_9.tar.gz TOMCAT_URL=https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz LUCEE_VERSION=6.0.1.83 ./build.sh`
We now use an automated GitHub action to build, test and publish the Windows and Linux installers

## Manual Build ##

### Preparation ###

None of the main binaries are checked into source control, the following manual steps are required:
Expand Down

0 comments on commit da94b5f

Please sign in to comment.