{"id":18045337,"url":"https://github.com/dpb587/bosh-release-compiler","last_synced_at":"2025-07-17T12:35:00.844Z","repository":{"id":138803722,"uuid":"74854846","full_name":"dpb587/bosh-release-compiler","owner":"dpb587","description":"A pipeline for pre-compiling releases when new versions or stemcells are published.","archived":false,"fork":false,"pushed_at":"2017-07-03T01:52:35.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T03:41:47.290Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpb587.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-11-26T22:48:42.000Z","updated_at":"2020-07-28T04:28:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0636700-a502-43fb-b573-b6470e0ef429","html_url":"https://github.com/dpb587/bosh-release-compiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpb587/bosh-release-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpb587%2Fbosh-release-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpb587%2Fbosh-release-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpb587%2Fbosh-release-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpb587%2Fbosh-release-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpb587","download_url":"https://codeload.github.com/dpb587/bosh-release-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpb587%2Fbosh-release-compiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265606775,"owners_count":23797004,"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":[],"created_at":"2024-10-30T18:12:56.320Z","updated_at":"2025-07-17T12:35:00.824Z","avatar_url":"https://github.com/dpb587.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bosh-release-compiler\n\nFor compiling a [BOSH](https://bosh.io/) release.\n\n\n## Example\n\n\n## Concourse\n\nThe [Concourse](https://concourse.ci/) task are in [`concourse/`](concourse) and utilize the following resources:\n\n * `release-compiler` input is this repository\n * `release` input contains a release tarball\n * `stemcell` input contains a stemcell tarball\n * `compiled-release` output will contain the compiled release tarball\n\nTo compile in a containerized BOSH, a job plan might look like...\n\n    - aggregate:\n      - get: release-compiler\n      - get: release\n      - get: stemcell\n    - task: compile-release\n      config: release-compiler/concourse/execute-local-bosh.yml\n      privileged: true\n    - put: compiled-release\n      params:\n        path: compiled-release/\\*.tgz\n\nTo compile using an external BOSH, the task might look like...\n\n    task: compile-release\n    config: release-compiler/concourse/execute.yml\n    params:\n      BOSH_CA_CERT: |\n        -----BEGIN CERTIFICATE-----\n        MIIDFDCCAfygAwIBAgIRAIEONPtKG/t97vyf4eAvosUwDQYJKoZIhvcNAQELBQAw\n        ...snip...\n        -----END CERTIFICATE-----\n      BOSH_CLIENT: release-compiler\n      BOSH_CLIENT_SECRET: some-password\n      BOSH_ENVIRONMENT: https://bosh.example.com:25555\n\n\n## Docker\n\nTo compile using an external BOSH, with [Docker](https://docker.io/) you can execute...\n\n    $ release-compiler/docker/execute.sh RELEASE_DIR STEMCELL_DIR COMPILED_RELEASE_DIR\n\nWith the following environment...\n\n * `RELEASE_DIR` directory contains a release tarball\n * `STEMCELL_DIR` directory contains a stemcell tarball\n * `COMPILED_RELEASE_DIR` directory will contain the compiled release tarball\n * `BOSH_ENVIRONMENT`, `BOSH_CA_CERT` variables refers to the director endpoint\n * `BOSH_CLIENT`, `BOSH_CLIENT_SECRET` variables provide authentication details\n\n\n## Notes\n\n * Compiled release tarballs are named like `{release_name}-{release_version}-on-{stemcell_os}-stemcell-{stemcell_version}-compiled-1.{timestamp:%Y%m%d%H%M%S}.0.tgz`\n\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpb587%2Fbosh-release-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpb587%2Fbosh-release-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpb587%2Fbosh-release-compiler/lists"}