{"id":20698212,"url":"https://github.com/fly-apps/buildkite-agent","last_synced_at":"2026-03-19T17:07:45.672Z","repository":{"id":104276435,"uuid":"310473185","full_name":"fly-apps/buildkite-agent","owner":"fly-apps","description":"Run a Buildkite agent on Fly with disk caching","archived":false,"fork":false,"pushed_at":"2020-11-06T02:42:16.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T18:56:51.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/fly-apps.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":"2020-11-06T02:41:59.000Z","updated_at":"2023-05-20T12:38:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d170f0f-e6bf-4e29-ac7a-78380d6eb6ee","html_url":"https://github.com/fly-apps/buildkite-agent","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/fly-apps%2Fbuildkite-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fbuildkite-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fbuildkite-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fbuildkite-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fly-apps","download_url":"https://codeload.github.com/fly-apps/buildkite-agent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242967662,"owners_count":20214280,"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-11-17T00:23:46.623Z","updated_at":"2026-03-07T08:35:36.833Z","avatar_url":"https://github.com/fly-apps.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Buildkite Agent WIP\n\nThis runs a Buildkite agent with Docker. It usesa persistent volume for Docker layer caching.\n\nWe use this for giant Rust builds.\n\n```\nflyctl apps create buildkite-example\n```\n\nSet the Buildkite token so the agent knows which account it's talking to.\n```\nflyctl secrets set BUILDKITE_AGENT_TOKEN=\u003cTOKEN\u003e\n```\n\nWe're going to do builds from GitHub, so we also add a build account's private key as a Fly secret. This is added to the `ssh-agent` in the [environment hook](./hooks/environment).\n```\nflyctl secrets set PRIVATE_SSH_KEY=- \u003c ~/.ssh/github_private_ssh_key\n```\n\n```\nflyctl volumes create buildkite_cache --region ord --size 50\n```\n\n```toml\n[mount]\nsource = \"buildkite_cache\"\ndestination = \"/data\"\n\n[env]\nBUILDKITE_BUILD_PATH = \"/data/buildkite_builds\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fbuildkite-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffly-apps%2Fbuildkite-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fbuildkite-agent/lists"}