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: 11 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T03:27:01.000Z (12 months ago)
- Last Synced: 2025-04-03T04:25:50.666Z (12 months ago)
- Topics: devspaces, dotnet, openshift, python
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- 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`