Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

hmrc/openjdk-versions-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

% OpenJDK versions with docker

Overview

Build a scala based project with different JVM implementations:

License

This code is open source software licensed under the Apache 2.0 License.

Requirements

Usage

A simple scala project is provided for testing, it has been created from the basic scala template:

sbt new scala/scala-seed.g8

but you can replace it by any other scala project you are interested in.

The following instructions expect a sbt project in the root level of this directory.

make help

// test with openjdk 8
make build-with-openjdk8

For debugging purposes you may want to ssh into the container:

env IMAGE=adoptopenjdk/openjdk11-openj9 ./docker-openjdk-x sh
# java -version

As they are minimal images, a setup task is provided, azul image I'm looking at you, to download an sbt launch jar.

make setup
make build-with-azul

Finally, if you encounter permission problems, just run make clean.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •