https://github.com/redhat-developer-demos/sandbox-go
Go sample website for Developer Sandbox for Red Hat OpenShift s2i example
https://github.com/redhat-developer-demos/sandbox-go
Last synced: 5 months ago
JSON representation
Go sample website for Developer Sandbox for Red Hat OpenShift s2i example
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/sandbox-go
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2022-04-26T20:59:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:31:49.000Z (about 2 years ago)
- Last Synced: 2025-04-08T06:51:10.224Z (8 months ago)
- Language: Go
- Size: 303 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sandbox-go
## Sample code for Developer Sandbox for Red Hat OpenShift, to be used as an "s2i" example
[Developer Sandbox for Red Het OpenShift](https://developers.redhat.com/developer-sandbox/get-started) gives you a renewable 30-day free access to an OpenShift cluster.
One of the activities associated with this free cluster is the ability to build an application using OpenShift's built-in source-to-image (s2i) technology. This technology pulls source code from a git repository and builds an application.
This sandbox-go repo, written in Go, supports that example (i.e. s2i) for developers that are interested in the Go programming language.
You can learn more here: https://developers.redhat.com/developer-sandbox/get-started]