https://github.com/opensciencegrid/docker-osg-wn
Automated DockerHub builds of the Worker Node Client
https://github.com/opensciencegrid/docker-osg-wn
container software
Last synced: 3 days ago
JSON representation
Automated DockerHub builds of the Worker Node Client
- Host: GitHub
- URL: https://github.com/opensciencegrid/docker-osg-wn
- Owner: opensciencegrid
- License: apache-2.0
- Created: 2017-02-20T16:31:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-23T18:38:57.000Z (3 months ago)
- Last Synced: 2025-10-23T20:42:59.813Z (3 months ago)
- Topics: container, software
- Language: Dockerfile
- Size: 33.2 KB
- Stars: 2
- Watchers: 10
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Open Science Grid Worker Node
The images in this repository contain the suggested base worker node environment for hosts on the Open Science Grid.
Available tags include:
* `latest`: (Deprecated) The latest version of the OSG worker node environment on the most recent supported OS. At the time of deprecation, this was OSG 23 and EL9.
* `24`: The OSG 24 release series on top of the most recent supported OS. As of March 2025, this is EL9.
* `24-el8`: The OSG 24 release series on top of an EL8 environment.
* `23`: The OSG 23 release series on top of the most recent supported OS. As of March 2025, this is EL9.
* `23-el8`: The OSG 23 release series on top of an EL8 environment.
## Need help?
End-user support can be found here:
https://support.opensciencegrid.org
## Testing and Development images
In addition to the production-quality tags, we also publish tags corresponding to the testing and development environment. These
are oriented toward developers trying to adjust their software to the updated environment.
Available tags include:
* `testing`: (Deprecated) The testing repository on the most recent OS. At the time of deprecation, this was OSG 23 and EL9.
* `devel`: (Deprecated) The development repository (least refined but most recent updates of software) on the most recent OS. At the time of deprecation, this was OSG 23 and EL9
* `24-testing-el9`: The testing repository for OSG 24 on top of an EL9 environment.
There are similar tags for `{23,24}-{testing,devel}-{el8,el9}`.