{"id":22861914,"url":"https://github.com/escapace/manage-tools","last_synced_at":"2026-01-30T14:19:45.598Z","repository":{"id":20773691,"uuid":"76997994","full_name":"escapace/manage-tools","owner":"escapace","description":"Collection of manage modules shared by projects across the Escapace stack","archived":false,"fork":false,"pushed_at":"2024-11-29T22:25:15.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-06-09T11:04:08.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/escapace.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":"2016-12-20T22:59:55.000Z","updated_at":"2024-12-14T04:15:02.000Z","dependencies_parsed_at":"2024-12-13T10:12:17.000Z","dependency_job_id":"4192cd13-c465-4575-ab24-a9509a13cedb","html_url":"https://github.com/escapace/manage-tools","commit_stats":null,"previous_names":["escapace/manage-tools"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/escapace/manage-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fmanage-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fmanage-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fmanage-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fmanage-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escapace","download_url":"https://codeload.github.com/escapace/manage-tools/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fmanage-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"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":[],"created_at":"2024-12-13T10:11:35.488Z","updated_at":"2026-01-30T14:19:45.564Z","avatar_url":"https://github.com/escapace.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [manage-tools](https://github.com/escapace/manage-tools)\n\n[![license](https://img.shields.io/badge/license-Mozilla%20Public%20License%20Version%202.0-blue.svg)](\u003c\u003e)\n\nCollection of [manage](https://github.com/escapace/manage) modules shared by projects across the Escapace stack.\n\n\u0026nbsp;\n\n## `docker/dockerBuild`\n\nA directory structure convention for building [docker](https://www.docker.com/) images.\n\n| Environment Variable   |   Default  | Description           |\n| ---------------------- | :--------: | --------------------- |\n| `DOCKER_DIRECTORY`     |  `images`  | Dockerfiles directory |\n| `DOCKER_SCOPE`         | `internal` | Docker image scope    |\n| `DOCKER_BUILD_OPTIONS` |   `--rm`   | Docker build options  |\n\n\u0026nbsp;\n\n## `download/downloadGosu`\n\nDownload and verify [gosu](https://github.com/tianon/gosu) - makes it less of a\npain to switch to other users without introducing a `su` or `sudo` intermediate\nprocess.\n\n| Environment Variable |                        Default                       | Description  |\n| -------------------- | :--------------------------------------------------: | ------------ |\n| `GOSU_VERSION`       | […](/scripts/modules/manage-tools/stackToolsDefaults) | gosu version |\n\n\u0026nbsp;\n\n## `download/downloadTini`\n\nDownload and verify [tini](https://github.com/krallin/tini) - spawns a single child, and wait for it to exit all the while reaping zombies and performing signal forwarding.\n\n| Environment Variable |                        Default                       | Description  |\n| -------------------- | :--------------------------------------------------: | ------------ |\n| `TINI_VERSION`       | […](/scripts/modules/manage-tools/stackToolsDefaults) | tini version |\n\n\u0026nbsp;\n\n## `download/downloadPacker`\n\nDownload and verify HashiCorp’s [packer](https://www.packer.io) - a tool for creating identical machine images for multiple platforms from a single source configuration.\n\n| Environment Variable |                        Default                       | Description    |\n| -------------------- | :--------------------------------------------------: | -------------- |\n| `PACKER_VERSION`     | […](/scripts/modules/manage-tools/stackToolsDefaults) | packer version |\n\n\u0026nbsp;\n\n## `download/downloadTerraform`\n\nDownload and verify HashiCorp’s [terraform](https://www.terraform.io/) - safely\nand predictably create, change, and improve infrastructure.\n\n| Environment Variable |                        Default                       | Description       |\n| -------------------- | :--------------------------------------------------: | ----------------- |\n| `TERRAFORM_VERSION`  | […](/scripts/modules/manage-tools/stackToolsDefaults) | terraform version |\n\n\u0026nbsp;\n\n## `download/downloadRestic`\n\nDownload and verify [restic](https://github.com/restic/restic) - fast, secure, efficient backup program.\n\n| Environment Variable |                        Default                       | Description    |\n| -------------------- | :--------------------------------------------------: | -------------- |\n| `RESTIC_VERSION`     | […](/scripts/modules/manage-tools/stackToolsDefaults) | restic version |\n\n\u0026nbsp;\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the [MPL 2.0](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fmanage-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescapace%2Fmanage-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fmanage-tools/lists"}