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
jboss
user (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
.