{"id":23659631,"url":"https://github.com/james-innes/docker-gource-azure-repos","last_synced_at":"2026-07-01T17:31:23.268Z","repository":{"id":205819617,"uuid":"238504017","full_name":"james-innes/docker-gource-azure-repos","owner":"james-innes","description":"Combine all your orgs repos git log files for Gource from Azure","archived":false,"fork":false,"pushed_at":"2020-02-05T18:43:00.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T15:08:12.431Z","etag":null,"topics":["azure-aci","azure-cli","azure-repos","gource"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/james-innes.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}},"created_at":"2020-02-05T17:05:47.000Z","updated_at":"2024-12-01T11:16:56.000Z","dependencies_parsed_at":"2023-11-07T00:38:49.695Z","dependency_job_id":null,"html_url":"https://github.com/james-innes/docker-gource-azure-repos","commit_stats":null,"previous_names":["james-innes/docker-gource-azure-repos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/james-innes/docker-gource-azure-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-innes%2Fdocker-gource-azure-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-innes%2Fdocker-gource-azure-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-innes%2Fdocker-gource-azure-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-innes%2Fdocker-gource-azure-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james-innes","download_url":"https://codeload.github.com/james-innes/docker-gource-azure-repos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-innes%2Fdocker-gource-azure-repos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35017089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["azure-aci","azure-cli","azure-repos","gource"],"created_at":"2024-12-29T02:55:47.913Z","updated_at":"2026-07-01T17:31:23.249Z","avatar_url":"https://github.com/james-innes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Gource Azure Repos\n\nClone all repos in all projects for organisation in Azure Repos and create a combined log file for use with Gource.  \nReady to be deployed as an Azure Container Instance.  \nYou can use Azure CLI CloudShell or setup WSL2 and Docker.\n\n## Docker Locally\n\n```bash\ndocker build --rm -f \"Dockerfile\" -t gource-azure-repos:latest \".\"\n\ntouch commits.log\n\ndocker run --rm --debug \\\n-e ORG=\"asos\" \\\n-v $(pwd)/commits.log:/mnt/gource-azure-repos/commits.log \\\ngource-azure-repos:latest\n```\n\n```bash\naz login\n```\n\n## Provision\n\n```bash\naz account set -s \"Visual Studio Enterprise\"\naz group create -l northeurope -n gourcerg\naz storage account create -n gourcestracc -g gourcerg -l northeurope --sku Standard_LRS\naz storage share create -n gourceshare --account-name gourcestracc\naz acr create -n gourceacr -g gourcerg --admin-enabled true --sku Basic\n```\n\nAssumed Azure File Share directory:\n\n```bash\n├── gource-azure-repos\n│   ├── commits.log\n```\n\n## Build\n\n```bash\naz acr login -n gourceacr\naz acr build -f \"Dockerfile\" -t gource-azure-repos:latest -r gourceacr \".\"\n```\n\n## Deploy\n\n```bash\naz container create -g gourcerg -n gource-azure-repos --image gourceacr.azurecr.io/gource-azure-repos \\\n--restart-policy Never \\\n--azure-file-volume-share-name gourceshare --azure-file-volume-account-name gourcestracc \\\n--azure-file-volume-account-key $(az storage account keys list --resource-group gourcerg --account-name gourcestracc --query \"[0].value\" --output tsv) \\\n--azure-file-volume-mount-path /mnt \\\n--registry-username gourceacr --registry-password \"00000000000000000000000000000000\"\n```\n\n```bash\naz container attach --name gource-azure-repos --resource-group gourcerg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-innes%2Fdocker-gource-azure-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-innes%2Fdocker-gource-azure-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-innes%2Fdocker-gource-azure-repos/lists"}