https://github.com/redhat-developer/dotnet-jenkins-slave
.NET Core Jenkins Slave for OpenShift
https://github.com/redhat-developer/dotnet-jenkins-slave
Last synced: 7 months ago
JSON representation
.NET Core Jenkins Slave for OpenShift
- Host: GitHub
- URL: https://github.com/redhat-developer/dotnet-jenkins-slave
- Owner: redhat-developer
- License: apache-2.0
- Created: 2017-07-28T16:56:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T03:59:19.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T05:30:15.238Z (7 months ago)
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 4
- Watchers: 8
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-jenkins-slave
This repository contains Dockerfiles for .NET Core Jenkins slave images intended for
use with [OpenShift v3](https://github.com/openshift/origin). The base image common to Jenkins
slaves is in the https://github.com/openshift/jenkins repository.
For more information about using these images with OpenShift, please see the
official [OpenShift Documentation](https://docs.openshift.org/latest/using_images/other_images/jenkins.html).
## Versions
Jenkins slaves provided:
- [RETIRED] .NET Core 2.0 (RHEL7, CentOS7)
- .NET Core 2.1 (RHEL7)
- [RETIRED] .NET Core 2.2 (RHEL7)
- .NET Core 3.0 (RHEL7)
- .NET Core 3.1 (RHEL7)
## Building
To build and test all versions:
```
$ sudo ./build.sh
```
To build and test specific versions:
```
$ sudo VERSIONS=3.1 ./build.sh
```
Note: to build RHEL 7 based images, you need to run the build on a
properly subscribed RHEL machine. To build CentOS images on RHEL, set
BUILD_CENTOS=true. On non-RHEL, building CentOS images is the default.