项目作者: aptible

项目描述 :
Java (JDK) on Docker
高级语言: Dockerfile
项目地址: git://github.com/aptible/docker-java.git
创建时间: 2015-05-12T16:18:11Z
项目社区:https://github.com/aptible/docker-java

开源协议:MIT License

下载


aptible/java" class="reference-link"> aptible/java

Docker Repository on Quay.io

Java (JDK) on Docker.

Intended Use

This image is used internally by Aptible. We do not recommend that customers
use this repo, and instead recommend the Official Docker Java image:
https://hub.docker.com/_/openjdk

Please see our FAQ
for further information.

Installation and Usage

  1. docker pull quay.io/aptible/java
  2. docker run quay.io/aptible/java

Available Tags

  • latest: Currently Oracle Java 8 JDK
  • oracle-java7: Oracle Java 7 JDK
  • oracle-java8: Oracle Java 8 JDK

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

  1. bats test

Deployment

To push the Docker image to Quay, run the following command:

  1. make release

MIT License, see LICENSE for details.

Copyright (c) 2019 Aptible and contributors.