An open API service indexing awesome lists of open source software.

https://github.com/opensciencegrid/docker-software-base

Base image for containers distributed by OSG Software
https://github.com/opensciencegrid/docker-software-base

container

Last synced: 3 days ago
JSON representation

Base image for containers distributed by OSG Software

Awesome Lists containing this project

README

          

OSG Software Container Base [![build-docker-image](https://github.com/opensciencegrid/docker-software-base/workflows/build-docker-image/badge.svg)](https://github.com/opensciencegrid/docker-software-base/actions?query=workflow%3Abuild-docker-image)
===========================

This image serves as the base for images distributed by the OSG Software team.

Contents
--------

- EPEL and the latest OSG release series Yum repositories
- [Supervisor](http://supervisord.org/) for running multiple processes
- Cron

### Startup ###

Any shell files matching `/etc/osg/image-init.d/*.sh` will be sourced
on startup, in lexicographic order, before starting Supervisor.
Descendant images should add files there to perform runtime initialization tasks.