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
- Host: GitHub
- URL: https://github.com/opensciencegrid/docker-software-base
- Owner: opensciencegrid
- License: apache-2.0
- Created: 2019-03-21T19:51:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T19:41:24.000Z (13 days ago)
- Last Synced: 2026-01-14T23:37:03.472Z (13 days ago)
- Topics: container
- Language: Shell
- Homepage:
- Size: 170 KB
- Stars: 4
- Watchers: 7
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OSG Software Container Base [](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.