Skip to content

jogo81/docker-corretto-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

docker-corretto-debian

A simple Dockerfile to build an image of Amazon Corretto based on Debian Linux.

Pull a pre-built image

Check out the Docker Repository

Build the image yourself

Building is straightforward:

docker build .

Build Arguments

  • CORRETTO_VERSION: Select the Java version

E.g., to build an image for Corretto 11 or 1.8:

docker build --build-arg CORRETTO_VERSION=11 .

docker build --build-arg CORRETTO_VERSION=1.8.0 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published