You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ You'll want to make sure you've set the exact versions of the binaries you want
31
31
32
32
In all the examples below you'll need to replace the following variables:
33
33
34
-
* Replace `<version>` with `8|11|17|19`
35
-
* Replace `<vendor>` with `temurin|dragonwell`
34
+
* Replace `<version>` with `8|11|17|19|20|21|22|23`
35
+
* Replace `<vendor>` with `temurin|dragonwell|microsoft|openj9`
36
36
* Replace `<platform>` with `Alpine|Debian|RedHat|Suse`
37
37
* Replace `<type>` with `Jdk|Jre` (or `CaCertificates` for the `Debian` platform)
38
38
@@ -62,8 +62,8 @@ _src/packageTest/java/packaging_ on them.
62
62
63
63
### Build a Debian specific package for a version
64
64
65
-
- replace `<version>` with `8|11|17|19`
66
-
- replace `<vendor>` with `temurin|dragonwell`
65
+
- replace `<version>` with `8|11|17|19|20|21|22|23`
66
+
- replace `<vendor>` with `temurin|dragonwell|microsoft`
67
67
- Replace `<type>` with `Jdk|Jre`
68
68
69
69
```shell
@@ -74,8 +74,8 @@ export _JAVA_OPTIONS="-Xmx4g"
74
74
75
75
### Build a Red Hat specific package for a version
76
76
77
-
- replace `<version>` with `8|11|17|19`
78
-
- replace `<vendor>` with `temurin|dragonwell`
77
+
- replace `<version>` with `8|11|17|19|20|21|22|23`
78
+
- replace `<vendor>` with `temurin|dragonwell|microsoft|openj9`
79
79
80
80
```shell
81
81
export DOCKER_BUILDKIT=1
@@ -85,8 +85,8 @@ export _JAVA_OPTIONS="-Xmx4g"
85
85
86
86
### Build a SUSE specific package for a version
87
87
88
-
- replace `<version>` with `8|11|17|19`
89
-
- replace `<vendor>` with `temurin|dragonwell`
88
+
- replace `<version>` with `8|11|17|19|20|21|22|23`
89
+
- replace `<vendor>` with `temurin|dragonwell|microsoft`
90
90
91
91
```shell
92
92
export DOCKER_BUILDKIT=1
@@ -98,7 +98,7 @@ export _JAVA_OPTIONS="-Xmx4g"
98
98
99
99
In order to GPG sign the generated RPMs/APKs you must add the following argument to the gradlew command:
100
100
- replace `<DISTRO>` with `Alpine|RedHat|Suse`
101
-
- replace `<version>` with `8|11|17|19`
101
+
- replace `<version>` with `8|11|17|19|20|21|22|23`
102
102
- replace `<vendor>` with `temurin|dragonwell`
103
103
104
104
```shell
@@ -107,7 +107,7 @@ In order to GPG sign the generated RPMs/APKs you must add the following argument
107
107
108
108
## Building from local files
109
109
110
-
In order to build a jdk/jre package for RPM or DEB from local `tar.gz` file(s), put both the `tar.gz` and the `sha256.txt` files in an empty input directory. If the vendor supports building locally, then one can specify this directory when running `./gradlew clean` using the `-PINPUT_DIR` flag
110
+
In order to build a jdk/jre package for RPM (suse/redhat) or DEB from local `tar.gz` file(s), put both the `tar.gz` and the `sha256.txt` files in an empty input directory. If the vendor supports building locally, then one can specify this directory when running `./gradlew clean` using the `-PINPUT_DIR` flag
0 commit comments