{"id":18785792,"url":"https://github.com/scott-the-programmer/az-pulumi","last_synced_at":"2026-01-26T17:36:20.068Z","repository":{"id":56032137,"uuid":"254555748","full_name":"scott-the-programmer/az-pulumi","owner":"scott-the-programmer","description":"Provides a docker image that can interact with Azure via Pulumi ","archived":false,"fork":false,"pushed_at":"2020-11-30T05:01:22.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T09:55:59.713Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scott-the-programmer.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":"2020-04-10T05:56:40.000Z","updated_at":"2020-11-30T05:01:24.000Z","dependencies_parsed_at":"2022-08-15T11:50:26.970Z","dependency_job_id":null,"html_url":"https://github.com/scott-the-programmer/az-pulumi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scott-the-programmer/az-pulumi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Faz-pulumi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Faz-pulumi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Faz-pulumi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Faz-pulumi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scott-the-programmer","download_url":"https://codeload.github.com/scott-the-programmer/az-pulumi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Faz-pulumi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28783029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: 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":"2024-11-07T20:49:40.664Z","updated_at":"2026-01-26T17:36:20.030Z","avatar_url":"https://github.com/scott-the-programmer.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure + Pulumi\n\n![Build](https://img.shields.io/docker/cloud/build/scottam/az-pulumi)\n![Docker Pulls](https://img.shields.io/docker/pulls/scottam/az-pulumi)\n![MIT Licence](https://img.shields.io/github/license/scott-the-programmer/az-pulumi)\n\nThis repository contains the dockerfile to create an image with [Pulumi](https://www.pulumi.com/) and the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) installed\n\nThe main use for this is to ready-bake the installation so that we can run our Pulumi projects against Azure\n\nCurrently, this image is hosted on [Dockerhub](https://hub.docker.com/repository/docker/scottam/az-pulumi)\n\n## Prerequisites\n\n* [Docker](https://docs.docker.com/get-docker/)\n\n## How to build image\n\n```bash\ndocker build .\n```\n\n## Example of usage\n\nHere's an example dockerfile that uses the image\n\n```dockerfile\nFROM scottam/az-pulumi:latest\n\nCOPY . .\n\nCMD \"az login --service-principal -u \"$ARM_CLIENT_ID\" --password \"$ARM_CLIENT_SECRET\" --tenant \"$ARM_TENANT_ID\" \u0026\u0026 \\\n pulumi version\"\n```\n\n## Exploring the contents of the image\n\nOpen it up! Take a look\n\n```bash\ndocker run -it scottam/az-pulumi:latest bash\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscott-the-programmer%2Faz-pulumi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscott-the-programmer%2Faz-pulumi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscott-the-programmer%2Faz-pulumi/lists"}