All Projects → adoptium → installer

adoptium / installer

Licence: Apache-2.0 License
Installer files for OpenJDK binaries

Programming Languages

shell
77523 projects
java
68154 projects - #9 most used programming language
Rich Text Format
576 projects
Batchfile
5799 projects
groovy
2714 projects
Makefile
30231 projects

Projects that are alternatives of or similar to installer

Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (+45.35%)
Mutual labels:  installer
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-81.4%)
Mutual labels:  installer
cypress-cli
CLI for Cypress.io Desktop App
Stars: ✭ 39 (-54.65%)
Mutual labels:  installer
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-43.02%)
Mutual labels:  installer
mkosxinstallusb
Linux shell script that creates USB flash drive booting OS X installer
Stars: ✭ 34 (-60.47%)
Mutual labels:  installer
cargo-wix
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
Stars: ✭ 142 (+65.12%)
Mutual labels:  installer
scoop-viewer
A gui client for scoop.
Stars: ✭ 76 (-11.63%)
Mutual labels:  installer
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-83.72%)
Mutual labels:  installer
ministaller
Lightweight installer/updater for portable desktop applications
Stars: ✭ 15 (-82.56%)
Mutual labels:  installer
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (-36.05%)
Mutual labels:  installer
SetupBuilder
Gradle plugin for building setups for different platforms.
Stars: ✭ 75 (-12.79%)
Mutual labels:  installer
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (-40.7%)
Mutual labels:  installer
fontster
Font installer for Android.
Stars: ✭ 33 (-61.63%)
Mutual labels:  installer
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (-69.77%)
Mutual labels:  installer
scoop-for-jp
Scoop bucket for ALL Japanese users.
Stars: ✭ 17 (-80.23%)
Mutual labels:  installer
epm
Software packaging tool.
Stars: ✭ 19 (-77.91%)
Mutual labels:  installer
Anarchy-Droid
One-Click Android Rom Installation Assistant
Stars: ✭ 40 (-53.49%)
Mutual labels:  installer
FineCMS
PHP application using my own MVC architecture and PDO database interface.
Stars: ✭ 14 (-83.72%)
Mutual labels:  installer
aplus
Aplus Command Line Tool
Stars: ✭ 71 (-17.44%)
Mutual labels:  installer
bali
Bali - Minimalist Golang build and packaging tool
Stars: ✭ 59 (-31.4%)
Mutual labels:  installer

openjdk-installer:

Repository for creating installable packages for AdoptOpenJDK releases.

The packages are created using:

  1. The Wix Toolset http://wixtoolset.org (Windows only)
  2. Packages (Mac OS)
  3. For putting together .deb and rpms head to this link: linux subdir readme

The available packages can be seen from the AdoptOpenJDK download pages: https://adoptopenjdk.net/releases.html.

If a package is documented here but is not present on the AdoptOpenJDK download pages it may be because it is still being developed. Feel free to ask for the latest status in the installer Slack channel at [https://adoptopenjdk.slack.com].

See the CONFIGURATION.md file for the details of each package.

Releasing Linux Installer packages

During a Release the Linux installers (deb,rpm) are not created as part of the build job, but are instead created manually after the production binaries have been published to github.com/jdkNN-binaries/releases. The following documentation describes how to create and publish these Linux installers to Artifactory.

  1. Check the given jdk version binaries have been published to github.com, "latest" maybe Hotspot or OpenJ9 depending on the publish order, if so specify the expected tag name:
  1. For each jdk version and JVM variant run the following Jenkins job (Restricted auth permission) to create and publish the Linux installers to Artifactory:
  • https://ci.adoptopenjdk.net/job/build-scripts/job/release/job/standalone_create_installer_linux
  • Parameters: (ensure values are specified in the correct format, following the following examples, note for new VERSIONS eg.16, use the full 3 dotted value 16.0.0 for the VERSION parameter)
    • Hotspot jdk8u292-b10:
      • VERSION: 8u292-b10
      • MAJOR_VERSION: 8
      • RELEASE_TYPE: Release
      • JVM: hotspot
      • TAG: jdk8u292-b10
      • SUB_TAG: 8u292b10
    • OpenJ9 jdk8u292-b10_openj9-0.26.0:
      • VERSION: 8u292-b10.openj9-0.26.0
      • MAJOR_VERSION: 8
      • RELEASE_TYPE: Release
      • JVM: openj9
      • TAG: jdk8u292-b10_openj9-0.26.0
      • SUB_TAG: 8u292b10_openj9-0.26.0
    • Hotspot jdk-11.0.11+9:
      • VERSION: 11.0.11+9
      • MAJOR_VERSION: 11
      • RELEASE_TYPE: Release
      • JVM: hotspot
      • TAG: jdk-11.0.11+9
      • SUB_TAG: jdk-11.0.11+9
    • Hotspot jdk-11.0.11+9_openj9-0.26.0:
      • VERSION: 11.0.11+9.openj9-0.26.0
      • MAJOR_VERSION: 11
      • RELEASE_TYPE: Release
      • JVM: openj9
      • TAG: jdk-11.0.11+9_openj9-0.26.0
      • SUB_TAG: 11.0.11_9_openj9-0.26.0
    • Hotspot jdk-16+36:
      • VERSION: 16.0.0+36
      • MAJOR_VERSION: 16
      • RELEASE_TYPE: Release
      • JVM: hotspot
      • TAG: jdk-16+36
      • SUB_TAG: 16_36
  1. After each Jenkins job verify the success of the job, and also verify the artifacts have been uploaded to Artifactory by checking this location:
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].