{"id":21730141,"url":"https://github.com/nventive/docker","last_synced_at":"2025-10-05T08:48:08.625Z","repository":{"id":34753727,"uuid":"168016057","full_name":"nventive/docker","owner":"nventive","description":"A repository containing the definition for various Docker images.","archived":false,"fork":false,"pushed_at":"2023-07-18T20:29:49.000Z","size":96,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-09-30T23:52:01.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/nventive.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-28T18:45:44.000Z","updated_at":"2024-02-01T17:41:37.000Z","dependencies_parsed_at":"2025-04-13T00:14:48.515Z","dependency_job_id":"7bfd317e-4d0c-4061-b499-916e86cc1201","html_url":"https://github.com/nventive/docker","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/nventive/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nventive","download_url":"https://codeload.github.com/nventive/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278431490,"owners_count":25985679,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2024-11-26T04:12:38.097Z","updated_at":"2025-10-05T08:48:08.594Z","avatar_url":"https://github.com/nventive.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker\nA repository containing the definition for various Docker images.\n\n\n## Azure Build Agents\n### Prerequisite\nThe images produced by the dockerfiles available here contain a full installation of Visual Studio, and thus require around 40G of disk space. \nTo increase that limit, the docker configuration can be updated [as outlined here](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-storage#storage-limits)\n\n### Build the image\nTo build an image, simply run the following command in the Azure Build Agents directory:\n```powershell\n# Visual Studio 2017\nBuild-VSImage.ps1 -MajorVersion 15\n# Visual Studio 2019\nBuild-VSImage.ps1 -MajorVersion 16\n# Visual Studio 2022\nBuild-VSImage.ps1 -MajorVersion 17\n```\nThis script will build the image for the corresponding version of Visual Studio, log all the output in a Docker-{guid}.log file, tag the image with the corresponding version of VS (only `Major.Minor.Patch`; ie. `vs16.3.5`) and generate a Markdown file summarizing what has been installed on the image.\n\nAdditional options are available in this script:\n- `PushImage`: indicates whether to attempt to push the image; must be used with `DockerTagPrefix`\n- `DockerTagPrefix`: a prefix to apply to the image docker tag; must be used with `PushImage`\n\n### Using the image\nThis image can be run using a simple `docker run` command.\n```docker\ndocker run -m 4G -dt vs17.1.1\n```\nIt is also compatible with [Azure Pipelines container jobs](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops\u0026tabs=yaml). Given the size of the resulting image (between 40 and 50G), it is not advised to use with [Azure Pipelines agents](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops) as the pull of the image takes around 1 hour, which will cause a timeout. To use it, configure a [self-hosted agent](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops) and execute the pull command pre-emptively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnventive%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnventive%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnventive%2Fdocker/lists"}