This repository contains my custom docker images.
Some are publics and available as automated build in dockerhub:
This template engine is based on what (Roland Huß)[https://github.com/rhuss] have done for jolokia For generating the images a simple node.js based templating script is used.
First you need to install npm to install the required dependencies. Then, in the project folder, run the folowing script
npm install
It will install all the required dependencies. Then you'll be able to generate the final automated build Dockerfile from the configuration and the template, by running:
node build.js
In the base directory of each image, you'll find:
Templates use the doT templating library.
The configuration file must be called config.yml and be placed at the root of each image directory. You can find a complete example here
If you need to change the version or add a new tag, all you need to do is to update the corresponding config.yml of your image. Then commit your changes and push it!
Content type
Image
Digest
sha256:a34fa83ce…
Size
77.6 MB
Last updated
almost 9 years ago
docker pull arnaudeprez/h2database