This image is based on openjdk:8-jdk-alpine, and has installed apache-ant-1.10.4
10K+
/ \ | \ | | | |
/ ^ \ | \| | `---| |----`
/ /_\ \ | . ` | | |
/ _____ \ | |\ | | |
/__/ \__\ |__| \__| |__|
This image is based on openjdk:8-jdk-alpine, and has installed apache-ant-1.10.4.
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
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.
Content type
Image
Digest
Size
83.2 MB
Last updated
about 8 years ago
docker pull tiogt/ant:1.0.0