https://github.com/kevchu3/devspaces-dotnet-python
Red Hat OpenShift Dev Spaces with Dotnet and Python libraries
https://github.com/kevchu3/devspaces-dotnet-python
devspaces dotnet openshift python
Last synced: 28 days ago
JSON representation
Red Hat OpenShift Dev Spaces with Dotnet and Python libraries
- Host: GitHub
- URL: https://github.com/kevchu3/devspaces-dotnet-python
- Owner: kevchu3
- License: gpl-3.0
- Created: 2025-04-03T02:48:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T19:31:18.000Z (about 1 year ago)
- Last Synced: 2025-05-02T20:28:24.446Z (about 1 year ago)
- Topics: devspaces, dotnet, openshift, python
- Language: Dockerfile
- Homepage:
- Size: 27.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Spaces Image with Dotnet and Python
This is a custom Red Hat OpenShift Dev Spaces with .NET and Python libraries installed
## Build
Create a BuildConfig that builds this [Containerfile](Containerfile) in the OpenShift integrated registry:
```
oc apply -f manifests/
```
After building the image, it should be available at `image-registry.openshift-image-registry.svc:5000/openshift/devspaces-dotnet-python:latest`