Commit c086b07
Update docker native libs container (elastic#138227)
This commit has a few small fixes for the DockerFiles used to build the simdvec library:
1. ERROR - Replace openjdk-17-jdk with openjdk-21-jdk - some distros have dropped 17. This is just the jdk that runs Gradle.
2. WARNING - Use apt-get to avoid WARNING : apt does not have a stable CLI interface. Use with caution in scripts.
3. WARNING - Fix for warning - JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals
4. Update the gradle wrapper
---------
Co-authored-by: Lorenzo Dematte <[email protected]>1 parent 6b59792 commit c086b07
File tree
4 files changed
+10
-9
lines changed- libs/simdvec/native
- gradle/wrapper
4 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
Binary file not shown.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments