{"id":22366167,"url":"https://github.com/microsoft/vssnapshotdebugger-docker","last_synced_at":"2025-07-30T16:32:45.369Z","repository":{"id":44997426,"uuid":"155787844","full_name":"microsoft/vssnapshotdebugger-docker","owner":"microsoft","description":"Contains files for building ASP.NET Core runtime Docker images with Visual Studio Snapshot Debugger support.","archived":false,"fork":false,"pushed_at":"2024-01-29T22:59:19.000Z","size":56,"stargazers_count":20,"open_issues_count":1,"forks_count":11,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-12-04T17:49:44.019Z","etag":null,"topics":["debugging","docker","dotnet","snapshot","visual-studio"],"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/microsoft.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":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-11-01T23:23:30.000Z","updated_at":"2024-09-11T08:57:02.000Z","dependencies_parsed_at":"2024-01-27T00:47:46.794Z","dependency_job_id":null,"html_url":"https://github.com/microsoft/vssnapshotdebugger-docker","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/microsoft%2Fvssnapshotdebugger-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvssnapshotdebugger-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvssnapshotdebugger-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fvssnapshotdebugger-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/vssnapshotdebugger-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228164525,"owners_count":17879084,"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":["debugging","docker","dotnet","snapshot","visual-studio"],"created_at":"2024-12-04T18:07:56.785Z","updated_at":"2024-12-04T18:07:57.595Z","avatar_url":"https://github.com/microsoft.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # (WARNING! This is a file that is automatically generated from the /templates/README.md.template file.)\n[//]: # (DO NOT edit the README.md file directly, otherwise its contents will be automatically overwritten from the template.)\n[//]: # (Any intended change to the README.md file must be made in the /templates/README.md.template file.)\n\n# Visual Studio Snapshot Debugger Docker Images\n\nThis repository contains Dockerfiles that demonstrate how to set up the Visual Studio Snapshot Debugger on Docker images.\n\n## What is the Visual Studio Snapshot Debugger?\n\nThe Visual Studio Snapshot Debugger is a feature of Visual Studio that allows you to take snapshots and to create log statements of in-production ASP.NET Azure\napplications without interupting them. Please see https://aka.ms/snappoint for more infomration regarding the Visual Studio Snapshot Debugger.\n\n## Dockerfiles\n\nThe Dockerfiles are organized according to the ASP.NET Core major and minor version, the OS platform, and the platform architecture.\nFor example, the ASP.NET Core 2.2 Alpine 3.8 x64 Dockerfile is located at /2.2/alpine/amd64/Dockerfile. When built, this Dockerfile produces\nan image with Alpine 3.8 x64 as the base with ASP.NET Core 2.2 Runtime and the latest supported Snapshot Debugger backend package and vsdbg package.\n\nThe Dockerfiles do not take a dependency on the Docker build context, thus they can be built without specifying a build context when executing \"docker build\".\n\n### VsDbg Version Compatibility Table\n\nPseudo-Version | Visual Studio Version\n:--------------|:-----------\nvs2017u5       | 2019\n\n## Latest Release\n\n### Version: 2.0.31\nFile Name | Description\n:---------|:-----------\n[vssnapshotdebugger-2.0.31-linux-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.31/vssnapshotdebugger-2.0.31-linux-x64.tar.gz) | For glibc based OS - most common\n[vssnapshotdebugger-2.0.31-linux-musl-x64.tar.gz](https://aka.ms/vssnapshotdebugger/release/2.0.31/vssnapshotdebugger-2.0.31-linux-musl-x64.tar.gz) | For musl based OS, such as Alpine Linux\n\n### Additional Information\n\n- See [releases](https://github.com/microsoft/vssnapshotdebugger-docker/blob/master/RELEASES.md) for information about any current or previous release.\n- See [checksums](https://github.com/microsoft/vssnapshotdebugger-docker/blob/master/CHECKSUMS) for checksum information for individual files in each release.\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Developing\n\n1. Clone this repository to your local machine.\n2. Run init.cmd or init.ps1, found in the root of the repository.\n\nThis initialization script installs local Git hooks to automatically run update scripts when commits are made,\nfor example, the CHECKSUMS, README.md, and RELEASES.md files are updated automatically when a change is made to\nthe releases.json file.\n\n## Issues\n\nIf you have any problems with or questions about this repository, please contact us through a\n[GitHub issue](https://github.com/microsoft/vssnapshotdebugger-docker/issues).\n\n## Licenses\n\n- [Repository License](https://github.com/microsoft/vssnapshotdebugger-docker/blob/master/LICENSE)\n\nUsage of the Snapshot Debugger and Visual Studio Debugger distributable files and components are subject to the [licensing and terms defined by Visual Studio](https://visualstudio.microsoft.com/license-terms/mlt031719/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fvssnapshotdebugger-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fvssnapshotdebugger-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fvssnapshotdebugger-docker/lists"}