{"id":19049166,"url":"https://github.com/manifaust/simple-golang-bosh-release","last_synced_at":"2026-04-18T12:03:12.826Z","repository":{"id":142824640,"uuid":"95388502","full_name":"Manifaust/simple-golang-bosh-release","owner":"Manifaust","description":"A bare bones BOSH release that deploys Golang code","archived":false,"fork":false,"pushed_at":"2017-06-26T14:39:16.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-31T19:33:27.843Z","etag":null,"topics":["bosh","cloud-foundry","golang"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Manifaust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-25T22:08:40.000Z","updated_at":"2018-12-04T18:22:46.000Z","dependencies_parsed_at":"2023-03-15T21:46:09.687Z","dependency_job_id":null,"html_url":"https://github.com/Manifaust/simple-golang-bosh-release","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Manifaust/simple-golang-bosh-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manifaust%2Fsimple-golang-bosh-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manifaust%2Fsimple-golang-bosh-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manifaust%2Fsimple-golang-bosh-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manifaust%2Fsimple-golang-bosh-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Manifaust","download_url":"https://codeload.github.com/Manifaust/simple-golang-bosh-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manifaust%2Fsimple-golang-bosh-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814673,"owners_count":24148328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bosh","cloud-foundry","golang"],"created_at":"2024-11-08T23:09:56.419Z","updated_at":"2026-04-18T12:03:07.802Z","avatar_url":"https://github.com/Manifaust.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo provides everything necessary to create a simple BOSH release which will deploy a basic server written in Go. For more details, check out the the [documentation on bosh.io](https://bosh.io/docs/create-release.html).\n\nA lot of the structure of this repo comes from Maria Shaldibina’s great [step-by-step guide](http://mariash.github.io/learn-bosh) on how to create a BOSH release that deploys a Ruby server.\n\nThe Golang code in this repo is from the golang.org tutorial on [Writing Web Applications](https://golang.org/doc/articles/wiki/).\n\n## Assumptions\n\nThis release is configured to compile to a Linux environment. You'll have to add another Go compiler and some extra logic to support other OS's.\n\nI'm using a stemcell meant for deploying to a BOSH environment set up using VirtualBox or BOSH-Lite. If you're deploying to AWS or GCP, you'll have to specify a different stemcell.\n\nThe BOSH team has created a [quick and easy guide to deploying BOSH on VirtualBox](https://github.com/cloudfoundry/bosh-deployment/blob/master/docs/bosh-lite-on-vbox.md). It's what I used during my own testing.\n\n## Quick Start\n\n```\n$ git clone https://github.com/Manifaust/simple-golang-bosh-release.git\n$ cd simple-golang-bosh-release\n$ bosh create-release\n$ bosh -e \u003cenvironment_name\u003e upload-release\n$ bosh -e \u003cenvironment_name\u003e -d simple-go deploy manifest.yml\n$ curl 10.244.0.18:8080/crustaceans\nHi there, I love crustaceans!\n```\n\n## Customizing the App\n\nThe entire server code resides in [`src/simple_server/hello.go`](src/simple_server/hello.go), you can customize it to do more. If you need greater control over the build process, take a look at [`packages/simple_server/packaging`](packages/simple_server/packaging).\n\nAfter making changes to the release, just commit your code and run `bosh create-release` (and subsequent steps) again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifaust%2Fsimple-golang-bosh-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanifaust%2Fsimple-golang-bosh-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifaust%2Fsimple-golang-bosh-release/lists"}