{"id":39075614,"url":"https://github.com/cloud-gov/general-task","last_synced_at":"2026-01-17T18:26:28.814Z","repository":{"id":37993919,"uuid":"51550998","full_name":"cloud-gov/general-task","owner":"cloud-gov","description":"Build and deploy Docker image used in Concourse pipeline tasks","archived":false,"fork":false,"pushed_at":"2025-11-05T17:45:41.000Z","size":471,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-11-05T19:40:15.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud-gov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-11T22:12:55.000Z","updated_at":"2025-11-05T17:45:44.000Z","dependencies_parsed_at":"2023-08-09T16:08:07.710Z","dependency_job_id":"fc7e9626-d74b-4924-b332-10cfa6a2f371","html_url":"https://github.com/cloud-gov/general-task","commit_stats":null,"previous_names":["cloud-gov/general-task"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-gov/general-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-gov%2Fgeneral-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-gov%2Fgeneral-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-gov%2Fgeneral-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-gov%2Fgeneral-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-gov","download_url":"https://codeload.github.com/cloud-gov/general-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-gov%2Fgeneral-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28515471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T17:57:59.192Z","status":"ssl_error","status_checked_at":"2026-01-17T17:57:52.527Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-01-17T18:26:27.103Z","updated_at":"2026-01-17T18:26:28.796Z","avatar_url":"https://github.com/cloud-gov.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# General Concourse Task\n\nA general-purpose [Concourse](http://concourse-ci.org/) task containing a variety of build systems and CLI tools.\n\nFormerly named `cg-deploy-concourse-docker-image`.\n\n## Using local Terraform providers \n\nAdding providers to source locally for tasks using them in Terraform will have to be download and add them via the [`scripts/build.sh`] script. Provider builds will need to be downloaded and added to the `$HOME/.terraform-providers/local/providers/` directory with the following path structure `.../\u003cPROVIDER NAME\u003e/\u003cVERSION\u003e/\u003cPLATFORM\u003e/\u003cPROVIDER BUILD\u003e`.\n\nFor the Terraform CLI config to install and use the local providers, the `~/.terraformrc` file points the the above directory:\n\n```tf\n# ~/.terraformrc\nprovider_installation {\n  filesystem_mirror {\n    path    = \"~/.terraform-providers/\"\n    include = [\"local/providers/*\"]\n  }\n  direct {\n    exclude = [\"local/providers/*\"]\n  }\n}\n```\n\nTo consume the local provider when using Terraform, reference the following example for `a-local-provider`.\n\n```tf\nterraform {\n  required_version = \"\u003e= 0.14\"\n  required_providers {\n    a-local-provider = {\n      version = \"0.13.3\"\n      source  = \"local/providers/a-local-provider\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-gov%2Fgeneral-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-gov%2Fgeneral-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-gov%2Fgeneral-task/lists"}