We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe68bb commit 0db1f99Copy full SHA for 0db1f99
core/docker/build.sh
@@ -39,8 +39,8 @@ shift $((OPTIND - 1))
39
SOURCE_DIR="../.."
40
41
function temurin_jdk_link() {
42
- JDK_VERSION="${1}"
43
- ARCH="${2}"
+ local JDK_VERSION="${1}"
+ local ARCH="${2}"
44
45
versionsUrl="https://api.adoptium.net/v3/info/release_names?heap_size=normal&image_type=jdk<s=true&os=linux&page=0&page_size=20&project=jdk&release_type=ga&semver=false&sort_method=DEFAULT&sort_order=ASC&vendor=eclipse&version=%28${JDK_VERSION}%2C%5D"
46
if ! result=$(curl -fLs "$versionsUrl" -H 'accept: application/json'); then
0 commit comments