Browse Source

Merge pull request #5113 from EricEdens/master

Library definition files for onboarding Amazon Corretto as an official docker image.
Tianon Gravi 6 years ago
parent
commit
58cb842a43
2 changed files with 9 additions and 0 deletions
  1. 8 0
      library/amazoncorretto
  2. 1 0
      test/config.sh

+ 8 - 0
library/amazoncorretto

@@ -0,0 +1,8 @@
+Maintainers: Amazon Corretto Team (@corretto),
+             Eric Edens (@ericedens),
+             iliana weller (@ilianaw)
+GitRepo: https://github.com/corretto/corretto-8-docker.git
+
+Tags: 8, 8u192, 8-al2-full, latest
+GitFetch: refs/heads/8-al2-full
+GitCommit: ca83f84faf06f5ca115ac922926e37fb183a2126

+ 1 - 0
test/config.sh

@@ -17,6 +17,7 @@ imageTests[:onbuild]+='
 '
 
 testAlias+=(
+	[amazoncorretto]='openjdk'
 	[iojs]='node'
 	[jruby]='ruby'
 	[pypy]='python'