Skip to content

lutkerd/corretto-8-docker

This branch is 1 commit ahead of, 3 commits behind corretto/corretto-8-docker:8-al2-full.

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2018
Mar 3, 2020
Feb 18, 2019
Oct 23, 2019
Nov 15, 2018
Apr 21, 2020
Nov 15, 2018
Feb 19, 2019
Jun 27, 2019
Apr 22, 2019

Repository files navigation

corretto-8-docker

Build Status

Master repository where Dockerfiles for Corretto 8 are hosted. For usage instructions, see the AWS documentation site.

Building

docker build -t amazon-corretto-8 github.com/corretto/corretto-8-docker

Testing

Tests are defined in test-image.yaml using GoogleContainerTools/container-structure-test. To run tests, execute ./test-image.sh.

Usage

A JAVA_HOME environment variable is configured to assist in tasks that require a known location of additional JRE/JDK files. For example installing a custom certificate into the default cacerts truststore.

keytool -import -trustcacerts -alias myAlias -file myCert.cer -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -noprompt

About

Dockerfiles for Amazon Corretto 8

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 78.3%
  • Shell 21.7%