Sign inSign up

tiogt/ant

By tiogt

Updated about 8 years ago

This image is based on openjdk:8-jdk-alpine, and has installed apache-ant-1.10.4

Image
0

10K+

tiogt/ant repository overview

ant

    /   \     |  \ |  | |           |
   /  ^  \    |   \|  | `---|  |----`
  /  /_\  \   |  . `  |     |  |
 /  _____  \  |  |\   |     |  |
/__/     \__\ |__| \__|     |__|

This image is based on openjdk:8-jdk-alpine, and has installed apache-ant-1.10.4.

How to use

The best scenario to use this image is to build a ant base project that will build from a CI/CD enviroment, gitlab ci by example.

You can check this image with the follow command:

docker run --rm tiogt/1.0.0 ant -version

You have to get a ouput follow as the follow

Apache Ant(TM) version 1.10.4 compiled on June 19 2018

Run without root user

In order to run without root privilegies, you should execute the follow command:

docker run --user nobody --rm tiogt/1.0.0 ant -version

So the output have to be similiar to the previusly.

Tag summary

Content type

Image

Digest

Size

83.2 MB

Last updated

about 8 years ago

docker pull tiogt/ant:1.0.0