# base **Repository Path**: 86400/base ## Basic Information - **Project Name**: base - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-27 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Base Docker image for JBoss community projects This repository contains base image that is used to build the portfolio of Docker images for JBoss community projects. ## Base image This image is used as a base image for *all* JBoss community images. It provides a base layer that includes: 1. A `jboss` user (uid/gid `1000`) with home directory set to `/opt/jboss` 2. A few tools that may be useful when extending the image or installing software, like `unzip`. ### Operating system This image uses CentOS 7. ### Working directory This image has the working directory set to `/opt/jboss`, which is the `jboss` user home directory at the same time. ### Availability The `Dockerfile` is available in the `master` branch and is built in the Docker HUB as `jboss/base:latest`.