ARPA-SIMC / simc-docker-image

Docker image with Arpae-SIMC software.
GNU General Public License v3.0
0 stars 0 forks source link

Build Status Build Status Build Status Build Status Build Status Build Status

Arpae-SIMC docker image

Docker image with Arpae-SIMC software.

The default configuration builds an image with all the software needed at Arpae-SIMC, without development packages.

Dockerhub repositories

CentOS

Docker Automated Docker Build

https://hub.docker.com/repository/docker/arpaesimc/centos

Fedora

Docker Automated Docker Build

https://hub.docker.com/repository/docker/arpaesimc/fedora

Manual build

You can modify build.conf to customize the image (see below).

To update the Dockerfiles

make

To build one of the images:

docker build -t NAME:TAG DIRECTORY

E.g.

docker build -t arpaesimc/fedora:28 fedora-28

Configuration

build.conf is the configuration file.