This repository contains base image that is used to build the portfolio of Docker images for JBoss community projects.
This image is used as a base image for all JBoss community images. It provides a base layer that includes:
- A
jbossuser (uid/gid1000) with home directory set to/opt/jboss - A few tools that may be useful when extending the image or installing software, like
unzip.
This image uses CentOS 7.
This image has the working directory set to /opt/jboss, which is the jboss user home directory at the same time.
The Dockerfile is available in the master branch and is built in the Docker HUB as jboss/base:latest.
The file acls used, will not work on file systems that do not support them, such as AUFS. Also, please ensure that your kernel has ACLs enabled (most standard distros should have this by default)