Sign inSign up

stangenberg/java

By stangenberg

Updated over 7 years ago

A java container

Image
1

10K+

stangenberg/java repository overview

Docker java-builder

Java container

[Docker Stars][hub] [Docker Pulls][hub] Image Size Image Layers

Features

Exposed volumes

None.

Exposed ports

None

Environment Variables

  • JAVA_HOME

Usage

With Drone

add image: stangenberg/java to your .done.yml to use the latest version. Currently java 8.

  • use image: stangenberg/java:8 for java 8
  • use image: stangenberg/java:7 for java 7

Build

Make is used as build system.

  • make / starts normal docker build.
  • make run / build and run the container. This uses java as container name and automatically stops a running container with an equal name beforehand.
  • make bash / build, run the container and start a bash prompt.
  • make ncbuild / normal build without using the docker cache ( --no-cache ).

Docker Build Reference https://docs.docker.com/reference/builder/

License

Published under the MIT License

Tag summary

Content type

Image

Digest

Size

43.3 MB

Last updated

over 7 years ago

docker pull stangenberg/java