{"id":15783493,"url":"https://github.com/briancain/devpod-provider-nomad","last_synced_at":"2026-01-19T22:31:54.805Z","repository":{"id":233611692,"uuid":"785809549","full_name":"briancain/devpod-provider-nomad","owner":"briancain","description":"DevPod on Nomad","archived":false,"fork":false,"pushed_at":"2024-08-13T17:34:32.000Z","size":8854,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T05:03:06.684Z","etag":null,"topics":["devpod","devpod-provider","hashicorp-nomad","nomad"],"latest_commit_sha":null,"homepage":"https://devpod.sh/docs/what-is-devpod","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briancain.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}},"created_at":"2024-04-12T17:08:03.000Z","updated_at":"2024-04-16T18:44:33.000Z","dependencies_parsed_at":"2024-04-16T23:19:58.567Z","dependency_job_id":"82a6cfce-9ea0-4b77-8463-4f0d34ddddd3","html_url":"https://github.com/briancain/devpod-provider-nomad","commit_stats":null,"previous_names":["briancain/devpod-provider-nomad"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/briancain/devpod-provider-nomad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancain%2Fdevpod-provider-nomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancain%2Fdevpod-provider-nomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancain%2Fdevpod-provider-nomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancain%2Fdevpod-provider-nomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briancain","download_url":"https://codeload.github.com/briancain/devpod-provider-nomad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briancain%2Fdevpod-provider-nomad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["devpod","devpod-provider","hashicorp-nomad","nomad"],"created_at":"2024-10-04T19:42:03.078Z","updated_at":"2026-01-19T22:31:54.790Z","avatar_url":"https://github.com/briancain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevPod Provider for Nomad\n\nAuthor: Brian Cain\n\n[![Go](https://github.com/briancain/devpod-provider-nomad/actions/workflows/go.yml/badge.svg)](https://github.com/briancain/devpod-provider-nomad/actions/workflows/go.yml) [![Release](https://github.com/briancain/devpod-provider-nomad/actions/workflows/release.yml/badge.svg)](https://github.com/briancain/devpod-provider-nomad/actions/workflows/release.yml)\n\nThis is a provider for [DevPod](https://devpod.sh/) that allows you to create a\nDevPod using [HashiCorp Nomad](https://www.nomadproject.io/).\n\nPlease report any issues or feature requests to the\n[Github Issues](https://github.com/briancain/devpod-provider-nomad/issues) page.\n\nThis project is still a work in progress, excuse our mess! \u003c3\n\n[devpod.sh](https://devpod.sh/)\n\n## Getting Started\n\n1. Install the provider to your local machine\n\nFrom Github:\n\n```shell\ndevpod provider add briancain/devpod-provider-nomad\n```\n\n2. Use the provider\n\n```shell\ndevpod up \u003crepository-url\u003e --provider nomad\n```\n\n### Provider Configurations\n\nSet this options through DevPod to configure them when DevPod launches the\nNomad job during a workspace creation.\n\n- NOMAD_NAMESPACE:\n  + description: The namespace for the Nomad job\n  + default:\n- NOMAD_REGION:\n  + description: The region for the Nomad job\n  + default:\n- NOMAD_CPU:\n  + description: The cpu in mhz to use for the Nomad Job\n  + default: \"200\"\n- NOMAD_MEMORYMB:\n  + description: The memory in mb to use for the Nomad Job\n  + default: \"512\"\n\n## Testing Locally\n\n1. Build the provider locally\n\n```shell\nRELEASE_VERSION=0.0.1-dev ./hack/build.sh --dev\n```\n\n2. Delete the old provider from DevPod\n\n```shell\ndevpod provider delete nomad\n```\n\n3. Install the new provider from a local build\n\n```shell\ndevpod provider add --name nomad --use ./release/provider.yaml \n```\n\n4. Test the provider\n\n```shell\ndevpod up \u003crepository-url\u003e --provider nomad --debug \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriancain%2Fdevpod-provider-nomad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriancain%2Fdevpod-provider-nomad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriancain%2Fdevpod-provider-nomad/lists"}