Sign inSign up

thstangenberg/java-builder

By thstangenberg

Updated over 9 years ago

Image
0

1.9K

thstangenberg/java-builder repository overview

Docker java-builder

Java build container for drone ci

Dockerhub: thstangenberg/java-builder

Features

Exposed volumes

None.

Exposed ports

  • 22 / SSH

Environment Variables

None.

Usage

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

  • use image: thstangenberg/java:8 for java 8
  • use image: thstangenberg/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-builder 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

sha256:4a4d7dbd1

Size

535.6 MB

Last updated

over 9 years ago

docker pull thstangenberg/java-builder