{"id":21130995,"url":"https://github.com/workloads/nomad-pack-registry","last_synced_at":"2026-01-02T12:01:52.388Z","repository":{"id":153563911,"uuid":"532828764","full_name":"workloads/nomad-pack-registry","owner":"workloads","description":"Nomad Pack Registry","archived":false,"fork":false,"pushed_at":"2024-07-29T10:27:16.000Z","size":267,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T06:11:40.848Z","etag":null,"topics":["nomad","nomad-packs"],"latest_commit_sha":null,"homepage":"https://github.com/workloads/nomad-pack-registry","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workloads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-05T09:22:10.000Z","updated_at":"2024-08-25T15:55:26.000Z","dependencies_parsed_at":"2023-05-19T16:30:38.218Z","dependency_job_id":"f2aa364e-e892-436f-9b08-cffef575a533","html_url":"https://github.com/workloads/nomad-pack-registry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fnomad-pack-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fnomad-pack-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fnomad-pack-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fnomad-pack-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/nomad-pack-registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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","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":["nomad","nomad-packs"],"created_at":"2024-11-20T05:43:02.662Z","updated_at":"2026-01-02T12:01:47.351Z","avatar_url":"https://github.com/workloads.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nomad Pack Registry\n\n\u003e This repository manages Nomad Packs for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [Nomad Pack Registry](#nomad-pack-registry)\n  * [Table of Contents](#table-of-contents)\n  * [Available Packs](#available-packs)\n  * [Requirements](#requirements)\n    * [Development](#development)\n  * [Usage](#usage)\n  * [Adding the Nomad Pack Registry](#adding-the-nomad-pack-registry)\n  * [Running a Nomad Pack](#running-a-nomad-pack)\n    * [Testing a Nomad Pack](#testing-a-nomad-pack)\n  * [Notes](#notes)\n  * [Contributors](#contributors)\n  * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Available Packs\n\n| Pack Name                                                        | Description                          | Task Driver(s)                       |\n|------------------------------------------------------------------|--------------------------------------|--------------------------------------|\n| [`boundary_worker`](./packs/boundary_worker)                     | HCP Boundary Workers                 | `exec`[^exec], `raw_exec`[^raw_exec] |\n| [`datadog_agent`](./packs/datadog_agent)                         | Datadog Agents                       | `raw_exec`[^raw_exec]                |\n| [`flagd`](./packs/flagd)                                         | OpenFeature `flagd` (Docker, Podman) | `docker`[^docker], `podman`[^podman] |\n| [`hello_world`](./packs/hello_world)                             | Nomad feature-testing                | `exec`[^exec], `raw_exec`[^raw_exec] |\n| [`minecraft_bedrock_edition`](./packs/minecraft_bedrock_edition) | Minecraft (Bedrock Edition)          | `docker`[^docker], `podman`[^podman] |\n| [`minecraft_java_edition`](./packs/minecraft_java_edition)       | Minecraft (Java Edition)             | `docker`[^docker], `podman`[^podman] |\n| [`rcon_web`](./packs/rcon_web)                                   | RCON Web (for Minecraft etc.)        | `docker`[^docker], `podman`[^podman] |\n\n## Requirements\n\n* HashiCorp Nomad `1.7.x` or [newer](https://developer.hashicorp.com/nomad/downloads)\n* HashiCorp Nomad Pack `0.1.x` or [newer](https://releases.hashicorp.com/nomad-pack/)\n* a copy of [@workloads/tooling](https://github.com/workloads/tooling)\n\n### Development\n\nFor development and testing of this repository:\n\n* `terraform-docs` `0.17.0` or [newer](https://terraform-docs.io/user-guide/installation/)\n* `newman` `5.3.0` or [newer](https://learning.postman.com/docs/collections/using-newman-cli/installing-running-newman/)\n\n## Usage\n\nThis repository provides a [Makefile](./Makefile)-based workflow.\n\nRunning `make` without commands will print out the following help information:\n\n```text\nenv             create Nomad environment for testing            `make env pack=\u003cpack\u003e`\nrender          render a Nomad Pack                             `make render pack=\u003cpack\u003e`\nrun             run a Nomad Pack                                `make run pack=\u003cpack\u003e`\nrerun           destroy and run a Nomad Pack                    `make rerun pack=\u003cpack\u003e`\nstop            stop a running Nomad Pack                       `make stop pack=\u003cpack\u003e`\ntest            test a running Nomad Pack                       `make test pack=\u003cpack\u003e`\nrestart         restart a Task                                  `make restart task=\u003ctask\u003e`\nformat          format HCL files for all Nomad Packs            `make format`\ndocs            generate documentation for all Nomad Packs      `make docs`\nregistry        add Nomad Pack Registry to local environment    `make registry`\nhelp            display a list of Make Targets                  `make help`\n_listincludes   list all included Makefiles and *.mk files      `make _listincludes`\n_selfcheck      lint Makefile                                   `make _selfcheck`\n```\n\n## Adding the Nomad Pack Registry\n\nThis Nomad Pack Registry may be added to an environment like so:\n\n```shell\nmake registry\n````\n\nFor more information see [developer.hashicorp.com](https://developer.hashicorp.com/nomad/tutorials/nomad-pack/nomad-pack-intro#adding-non-default-pack-registries).\n\n## Running a Nomad Pack\n\nNomad Packs are stored in the [`./packs`](./packs) directory and feature detailed documentation and accompanying files.\n\nA Nomad Pack may be run like so:\n\n```shell\nmake run pack=\u003cpack\u003e\n````\n\n### Testing a Nomad Pack\n\nThe Nomad Packs in this Registry provide a test harness that may be used to verify the functionality of the Pack.\n\nThe harness is exposed through the `make env` and `make test` targets:\n\n* `make env` starts a Nomad environment, using the configuration stored inside the Pack's `./tests/nomad_config.hcl` file.\n* `make test` runs a [Postman Collection](https://learning.postman.com/docs/collections/collections-overview/), using the requests stored inside the Pack's `./tests/newman.json` file.\n\nThe `make env` command automatically creates any directories and variables that are set in `./tests/test.mk`.\n\nAdditionally, `./tests/gitignored_config.mk` may be used to set sensitive variables, such as API tokens, that should not be committed to version control.\n\n## Notes\n\n* Colorized CLI output may be disabled by setting the `NO_COLOR` environment variable to any non-empty value.\n\n```shell\nexport NO_COLOR=1 \u0026\u0026 make\n```\n\n* For `nomad-pack` arguments that are not supported by the [Makefile](./Makefile), the `ARGS` variable may be used like so:\n\n```shell\n make render pack=\u003cpack\u003e ARGS=\"--render-output-template\"\n```\n\n* The binaries for `nomad` and `nomad-pack` may be overridden by setting the `BINARY_NOMAD` and `BINARY_NOMAD_PACK` arguments when running the [Makefile](./Makefile):\n\n```shell\n# override `nomad` binary\nmake render pack=\u003cpack\u003e BINARY_NOMAD=/tmp/nomad\n\n# override `nomad-pack` binary\nmake render pack=\u003cpack\u003e BINARY_NOMAD_PACK=/tmp/nomad-pack\n```\n\n* The reporter for `newman` may be overridden by setting the `NEWMAN_REPORTERS` argument when running the [Makefile](./Makefile):\n\n```shell\n# override `newman` reporter\nmake render pack=\u003cpack\u003e NEWMAN_REPORTERS=\"progress\"\n```\n\n## Contributors\n\nFor a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/nomad-pack-registry/graphs/contributors).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may download a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSee the License for the specific language governing permissions and limitations under the License.\n\n[^exec]: [`exec`](https://developer.hashicorp.com/nomad/docs/drivers/exec)\n[^docker]: [`docker`](https://developer.hashicorp.com/nomad/docs/drivers/docker)\n[^podman]: [`podman`](https://developer.hashicorp.com/nomad/docs/drivers/podman)\n[^raw_exec]: [`raw_exec`](https://developer.hashicorp.com/nomad/docs/drivers/raw_exec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fnomad-pack-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fnomad-pack-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fnomad-pack-registry/lists"}