This repository contains examples of Dockerfiles that can be used to build Docker images with JBoss Community projects.
This repository is hooked with docker.io automated builds feature. You can find the images under the jboss
account: https://hub.docker.com/u/jboss/
You can assume that running following command should build the image for you:
docker build .
If it fails, please take a look at the README.md
, there may be some instructions how to build it. If you think you found an issue -- let us know.
Every image is different. See instructions in README.md
located next to the Dockerfile
you want to build.
You don't see your project here? Just create a pull request -- we're happy to merge it. If you need help with creating the Dockerfile
for tour project -- just open an issue and we'll see what we can do :)
All files listed in this repository are licensed under MIT license.