- 
        Couldn't load subscription status. 
- Fork 2.2k
Add Azul Zulu images #2320
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
          
     Open
      
        
      
            FDelporte
  wants to merge
  11
  commits into
  docker-library:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
FDelporte:feature/add_zulu
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Add Azul Zulu images #2320
Changes from 8 commits
      Commits
    
    
            Show all changes
          
          
            11 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      527d628
              
                Adding documentation for official Zulu Docker images
              
              
                 c48af46
              
                Adding logo and content improvements
              
              
                 d623de9
              
                Improved list of available base systems
              
              
                 7f24f87
              
                Added issues link
              
              
                 4a7af6c
              
                Extended example usage
              
              
                 f4c4277
              
                Merge branch 'docker-library:master' into feature/add_zulu
              
              
                FDelporte d7d92f7
              
                Checking fix for check-markdownfmt.sh
              
              
                 26fe656
              
                Merge remote-tracking branch 'origin/feature/add_zulu' into feature/a…
              
              
                 591a116
              
                Renamed directory + new names for the docker images
              
              
                 3d9d9b7
              
                Correct images, based on https://github.com/docker-library/official-i…
              
              
                 68be953
              
                Correct images, based on https://github.com/docker-library/official-i…
              
              
                 File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Azul Zulu is a fully tested, compatibility verified, and trusted binary distribution of OpenJDK. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # What are Azul Zulu Builds of OpenJDK? | ||
|  | ||
| Azul Zulu Builds of OpenJDK are fully tested, and TCK compliant builds of OpenJDK for Linux, Windows, and macOS operating systems. | ||
|  | ||
| %%LOGO%% | ||
|  | ||
| Azul Zulu Builds of OpenJDK are available for free unlimited use and are commercially supported by [Azul](https://www.azul.com/) as a part of the Azul Platform Core bundle. | ||
| Check out [Azul Platform Core](https://www.azul.com/products/core/) for more information. The technical documentation can be found on [docs.azul.com/core](https://docs.azul.com/core/). | ||
|  | ||
| Docker images of Azul Zulu are available with different base systems: Ubuntu, Debian, CentOS, Alpine, and Distroless. | ||
|  | ||
| ## Usage | ||
|  | ||
| To run a container of your choice, use the commands below as an example. | ||
|  | ||
| * Azul Zulu 17 based on Ubuntu: | ||
| ``` | ||
| docker run -it --rm azul/zulu-openjdk:17 java -version | ||
| ``` | ||
| * Azul Zulu 17 based on Debian: | ||
| ``` | ||
| docker run -it --rm azul/zulu-openjdk-debian:17 java -version | ||
| ``` | ||
| * Azul Zulu 17 based on CentOS: | ||
| ``` | ||
| docker run -it --rm azul/zulu-openjdk-centos:17 java -version | ||
| ``` | ||
| * Azul Zulu 17 based on Alpine: | ||
| ``` | ||
| docker run -it --rm azul/zulu-openjdk-alpine:17 java -version | ||
| ``` | ||
| * Azul Zulu 17 based on Distroless: | ||
| ``` | ||
| docker run -it --rm azul/zulu-openjdk-distroless:17 --version | ||
| ``` | ||
|  | ||
| As the entrypoint, use: | ||
| ``` | ||
| /usr/lib/jvm/zulu17/bin/java | ||
| ``` | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://github.com/zulu-openjdk/zulu-openjdk | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://github.com/zulu-openjdk/zulu-openjdk/issues | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| View [license information](https://github.com/zulu-openjdk/zulu-openjdk/blob/master/LICENSE.txt) for the software contained in this image. | 
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| [Azul](%%GITHUB-REPO%%) | 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.