Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/gitpodconfig
Own configuration for workspaces at gitpod.io
https://github.com/mdecker-mobilecomputing/gitpodconfig
docker gitpod
Last synced: 2 days ago
JSON representation
Own configuration for workspaces at gitpod.io
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/gitpodconfig
- Owner: MDecker-MobileComputing
- Created: 2024-02-03T18:52:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T10:19:39.000Z (about 2 months ago)
- Last Synced: 2024-11-23T11:22:43.692Z (about 2 months ago)
- Topics: docker, gitpod
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repo mit eigener GitPod-Konfiguration #
Durch Aufruf der folgenden URL wird ein neuer Gitpod-Workspace mit der Konfiguration in diesem Repo angelegt:
```
https://gitpod.io/#https://github.com/MDecker-MobileComputing/GitpodConfig
```
Offizielle Doku, um eigenen Gitpod-Container mit Java zu erstellen: https://www.gitpod.io/docs/introduction/languages/java
Änderungen in der Konfiguration werden erst für neue Workspace wirksam.
Die Datei [.gitpod.yml](.gitpod.yml) referenziert das Dockerfile mit den eigentlichen Konfiguration.
Weitere Konfigurationsmöglichkeiten in der `.gidpo.yml`: https://www.gitpod.io/docs/references/gitpod-yml#.gitpod.yml
Eigenes Beispiel für einen eigenen Task: siehe [hier](https://github.com/MDecker-MobileComputing/ssh2rpi/blob/8c69b88c6ec82df80343aa81a35ca3223d4b5058/.gitpod.yml#L4-L12)