{"id":18578907,"url":"https://github.com/libre-devops/azure-packer-gh-action","last_synced_at":"2025-10-28T07:03:02.977Z","repository":{"id":65160607,"uuid":"497293812","full_name":"libre-devops/azure-packer-gh-action","owner":"libre-devops","description":"A repo used to run Libre DevOps Packer build","archived":false,"fork":false,"pushed_at":"2022-05-28T22:04:30.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-05T04:17:15.839Z","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/libre-devops.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}},"created_at":"2022-05-28T11:08:35.000Z","updated_at":"2024-07-22T16:17:55.000Z","dependencies_parsed_at":"2023-01-05T05:03:19.918Z","dependency_job_id":null,"html_url":"https://github.com/libre-devops/azure-packer-gh-action","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"a8151ddb3e8dafaec15125116ed45d021e80b22a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"libre-devops/azure-terraform-gh-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fazure-packer-gh-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fazure-packer-gh-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fazure-packer-gh-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fazure-packer-gh-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/azure-packer-gh-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453625,"owners_count":22073618,"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-06T23:38:12.115Z","updated_at":"2025-10-19T22:04:04.294Z","avatar_url":"https://github.com/libre-devops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libre DevOps - Azure Terraform GitHub Action\n\nHello :wave:\n\nThis is an action for running Packer on Azure\n\n# Example Usage\n```yaml\nname: 'Packer Build'\n\n# Allow run manually\non:\n  workflow_dispatch:\n\njobs:\n  azure-terraform-job:\n    name: 'Terraform Build'\n    runs-on: ubuntu-latest\n    environment: tst\n\n    # Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest\n    defaults:\n      run:\n        shell: bash\n\n    steps:\n      - uses: actions/checkout@v3\n\n      - name: Libre DevOps - Run Packer for Azure - GitHub Action\n        env:\n          PKR_VAR_dockerhub_login: ${{ secrets.DockerHubUsername }}\n          PKR_VAR_dockerhub_password: ${{ secrets.DockerHubPassword }}\n        id: packer-build\n        uses: libre-devops/azure-packer-gh-action@v1\n        with:\n          packer-template-path: \"packer/linux/ubuntu/2204/ubuntu2204.pkr.hcl\"\n          packer-client-id: ${{ secrets.SpokeSvpClientId }}\n          packer-client-secret: ${{ secrets.SpokeSvpClientSecret }}\n          packer-subscription-id: ${{ secrets.SpokeSubId }}\n          packer-tenant-id: ${{ secrets.SpokeTenantId }}\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fazure-packer-gh-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fazure-packer-gh-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fazure-packer-gh-action/lists"}