Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update s390x Dockerfiles to use AdoptOpenJDK API v3 #9363

Merged
merged 1 commit into from Apr 24, 2020

Commits on Apr 24, 2020

  1. Update s390x Dockerfiles to use AdoptOpenJDK API v3

    According to [1] v1 and v2 APIs are now deprecated and the latter may
    be removed at some point. The jdk8 Dockerfile uses the v1 API which
    currently fails and we cannot build the Dockerfile properly. This
    commit switches all known s390x Dockerfiles to use the v3 API.
    
    [1] https://api.adoptopenjdk.net/
    
    Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
    fjeremic committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2b597d6 View commit details
    Browse the repository at this point in the history