Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CDN (0.15 sec)

  1. ci/devinfra/docker_windows/Dockerfile

        Remove-Item C:/TEMP/python_install.exe; \
        Remove-Item C:/TEMP/python_install_log.txt
    
    # Install JDK 17
    RUN Add-Type -AssemblyName "System.IO.Compression.FileSystem"; \
        $zulu_url = \"https://cdn.azul.com/zulu/bin/zulu17.32.13-ca-jdk17.0.2-win_x64.zip\"; \
        $zulu_zip = \"c:/temp/jdk_install.zip\"; \
        $zulu_extracted_path = \"c:/temp/\" + [IO.Path]::GetFileNameWithoutExtension($zulu_url); \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top