Closed aaccioly closed 4 years ago
Thank you! Would you be able to check if the AdoptOpenJDK v3 API suffers from this problem as well? I've just merged PR #58 which will make use of the new API.
Hi @halcyon, it's working with AdoptOpenJDK v3 API.
The new request is correctly hardcoding image_type=jdk
, thus avoiding testimages.
Problem solved :).
While trying to install adopt-openjdk-13.0.2+8 the previous version of asdf-java was failing with a curl error.
The underlying cause of the above error was the presence of test binaries returned by AdoptOpenJDK API.
Example broken unfiltered response:
This commit fixes the problem by properly filtering test images.