{"id":20930542,"url":"https://github.com/oliverlabs/azdevcont","last_synced_at":"2025-05-13T19:32:15.009Z","repository":{"id":134709568,"uuid":"597512205","full_name":"oliverlabs/azdevcont","owner":"oliverlabs","description":"A GitHub Codespaces custom container with Az CLI, Bicep, Terraform and zsh","archived":false,"fork":false,"pushed_at":"2024-11-14T14:38:06.000Z","size":1187,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T15:30:24.327Z","etag":null,"topics":["azcli","azure","bicep","bicep-cli","codespaces","containers","devcontainer","developer-tools","github","terraform"],"latest_commit_sha":null,"homepage":"https://github.com/oliverlabs/azdevcont","language":"Bicep","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/oliverlabs.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":"2023-02-04T19:22:11.000Z","updated_at":"2024-11-14T14:38:10.000Z","dependencies_parsed_at":"2024-01-19T10:43:46.720Z","dependency_job_id":"db0027cd-eb4c-420d-96ab-645a17710eb0","html_url":"https://github.com/oliverlabs/azdevcont","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/oliverlabs%2Fazdevcont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverlabs%2Fazdevcont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverlabs%2Fazdevcont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliverlabs%2Fazdevcont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliverlabs","download_url":"https://codeload.github.com/oliverlabs/azdevcont/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254686,"owners_count":17445224,"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":["azcli","azure","bicep","bicep-cli","codespaces","containers","devcontainer","developer-tools","github","terraform"],"created_at":"2024-11-18T21:34:51.048Z","updated_at":"2024-11-18T21:34:51.673Z","avatar_url":"https://github.com/oliverlabs.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom GitHub Codespaces Container with Azure CLI, Bicep and Terraform\n\nThis is my implementation of a GitHub devcontainer with Az CLI, Bicep, Terraform and a few other components pre-installed. It is based on the Azure Bicep Community devcontainer.\n\nYou can use it in GitHub Codespaces or locally as a devcontainer.\n\n## Try It Out\n\nOften times the deployment process for many repos uses a concept of *Developing inside a Container* to containerize all the necessary pre-requisite component without requiring them to be installed on the local machine. This is where this template can be useful. The environment you will work in will be created using a development container, or dev container hosted on a virtual machine using GitHub Codespaces.\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/oliverlabs/azdevcont) \u003cbr\u003e\n[![Open in VS Code Dev Containers](https://img.shields.io/static/v1?style=for-the-badge\u0026label=VSCode%20-%20DevContainer\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/oliverlabs/azdevcont)\n[![Open in VS Code - Insiders Dev Containers](https://img.shields.io/static/v1?style=for-the-badge\u0026label=VSCode-Insiders%20-%20Devcontainer\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://insiders.vscode.dev/redirect?url=vscode-insiders://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/oliverlabs/azdevcont)\n\n\u003e [!NOTE]  \n\u003e More information can be found at [Developing inside a Container](https://code.visualstudio.com/docs/remote/containers).\n\n## What's Available?\n\nHere is a list of tools that are available out-the-box with this Codespaces container:\n\n- Linux Ubuntu Noble Numbat (LTS-24.04) used as a base image\n- zsh Linux shell as default (bash is available)\n- oh-my-zsh extension for zsh with the legendary STARSHIP theme\n- Azure CLI\n- Azure Developer CLI (azd)\n- Docker in Docker\n- Dotnet Runtime\n- GitHub CLI\n- Azure Bicep CLI\n- jq tool (lightweight and flexible command-line JSON processor)\n- Terraform\n- python3\n- Node\n- Helm\n- Minikube\n- Kubectl\n- sshd\n\nPlease note that, if available, the *latest* version of the package is used.\n\n## VS Code Extensions\n\n- GitHub Actions\n- Azure CLI\n- VS Code dotnet runtime\n- VS Code Bicep\n- Material Icon Theme\n- azurerm-vscode-tools\n- ms-azuretools.vscode-docker\n- draw.io integration\n- scroll-back history for terminal: 1,000,000 lines\n- UK Keyboard layout for browser based GitHub Codespaces as default\n\n## Remoting Into Codespaces\nYou can remote into the created Codespaces from your local machine using ssh. Refer to the commands [here](https://docs.github.com/en/codespaces/developing-in-a-codespace/using-github-codespaces-with-github-cli).\n\nExample:\n```bash\ngh cs ssh -c [CODESPACENAME]\n```\nOnce connected, you can type `zsh` to use the zsh shell.\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverlabs%2Fazdevcont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliverlabs%2Fazdevcont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverlabs%2Fazdevcont/lists"}