{"id":13548140,"url":"https://github.com/PowerShell/PowerShell-Docker","last_synced_at":"2025-04-02T20:31:47.729Z","repository":{"id":38339811,"uuid":"134617246","full_name":"PowerShell/PowerShell-Docker","owner":"PowerShell","description":"Repository for building PowerShell Docker images","archived":false,"fork":false,"pushed_at":"2025-03-24T16:53:31.000Z","size":1549,"stargazers_count":435,"open_issues_count":30,"forks_count":154,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-31T09:01:37.317Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","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/PowerShell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-23T19:37:36.000Z","updated_at":"2025-03-28T10:50:20.000Z","dependencies_parsed_at":"2023-02-19T07:16:07.775Z","dependency_job_id":"6d006b7f-86d1-4b1c-84a0-d2c06c750ca2","html_url":"https://github.com/PowerShell/PowerShell-Docker","commit_stats":{"total_commits":529,"total_committers":38,"mean_commits":"13.921052631578947","dds":0.5368620037807184,"last_synced_commit":"6460bbb62066945fc55ab4c359681af5fd285e70"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2FPowerShell-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2FPowerShell-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2FPowerShell-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2FPowerShell-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShell","download_url":"https://codeload.github.com/PowerShell/PowerShell-Docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246888148,"owners_count":20850203,"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":["hacktoberfest"],"created_at":"2024-08-01T12:01:06.208Z","updated_at":"2025-04-02T20:31:42.719Z","avatar_url":"https://github.com/PowerShell.png","language":"Dockerfile","readme":"# PowerShell-Docker\n\nThese `Dockerfile`s enable running PowerShell in a container for each Linux distribution we support.\n\nThis requires Docker 17.05 or newer.\nIt also expects you to be able to run Docker without `sudo`.\nPlease follow [Docker's official instructions][install] to install Docker correctly.\n\n[install]: https://docs.docker.com/engine/install/\n\n## Release\n\nThe release containers derive from the official distribution image,\nsuch as `debian:11`, then install dependencies,\nand finally install the PowerShell package.\n\nThese containers live at [Microsoft Artifact Registry][docker-release].\n\nAt about 440 megabytes, they are decently minimal,\nwith their size being the sum of the base image (200 megabytes)\nplus the uncompressed package (120 megabytes),\nand about 120 megabytes of .NET Core and bootstrapping dependencies.\n\n[docker-release]: https://mcr.microsoft.com/product/powershell/about\n\n## Community\n\nThe Dockerfiles in the community folder were contributed by the community and are not yet officially supported.\n\n## Examples\n\nTo run PowerShell from using a container:\n\n```sh\n$ docker run -it mcr.microsoft.com/powershell\nUnable to find image 'mcr.microsoft.com/powershell:latest' locally\nlatest: Pulling from mcr.microsoft.com/powershell\ncad964aed91d: Already exists\n3a80a22fea63: Already exists\n50de990d7957: Already exists\n61e032b8f2cb: Already exists\n9f03ce1741bf: Already exists\nadf6ad28fa0e: Pull complete\n10db13a8ca02: Pull complete\n75bdb54ff5ae: Pull complete\nDigest: sha256:92c79c5fcdaf3027626643aef556344b8b4cbdaccf8443f543303319949c7f3a\nStatus: Downloaded newer image for mcr.microsoft.com/powershell:latest\nPowerShell\nCopyright (c) Microsoft Corporation. All rights reserved.\n\nPS /\u003e Write-Host \"Hello, World!\"\nHello, World!\n```\n\n## Known Issues\n\nSee [Known Issues](https://github.com/PowerShell/PowerShell-Docker/wiki/Known-Issues)\n\n## Developing and Contributing\n\nPlease see the [Contribution Guide][] for general information about how to develop and contribute.\n\nFor information specific to `PowerShell-Docker` see [Development][development].\n\nIf you have any problems, please consult the [known issues][], developer [FAQ][], and [GitHub issues][].\nIf you do not see your problem captured, please file a [new issue][] and follow the provided template.\nIf you are developing .NET Core C# applications targeting PowerShell Core, please [check out our FAQ][] to learn more about the PowerShell SDK NuGet package.\n\nAlso make sure to check out our [PowerShell-RFC repository](https://github.com/powershell/powershell-rfc) for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.\n\n[check out our FAQ]: https://github.com/PowerShell/PowerShell/tree/master/docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package\n[Contribution Guide]: https://github.com/PowerShell/PowerShell/tree/master/.github/CONTRIBUTING.md\n[known issues]: https://github.com/PowerShell/PowerShell/tree/master/docs/KNOWNISSUES.md\n[GitHub issues]: https://github.com/PowerShell/PowerShell/issues\n[new issue]:https://github.com/PowerShell/PowerShell/issues/new\n[development]: https://github.com/PowerShell/PowerShell-Docker/blob/master/docs/development.md\n\n## Legal and Licensing\n\nPowerShell is licensed under the [MIT license][].\n\n[MIT license]: https://github.com/PowerShell/PowerShell/tree/master/LICENSE.txt\n\n### Windows Docker Files and Images\n\nLicense: By requesting and using the Container OS Image for Windows containers, you acknowledge, understand, and consent to the Supplemental License Terms available on Docker hub:\n\n- [Windows Server Core](https://hub.docker.com/r/microsoft/windowsservercore/)\n- [Nano Server](https://hub.docker.com/r/microsoft/nanoserver/)\n\n### Telemetry\n\nBy default, PowerShell collects the OS description and the version of PowerShell (equivalent to `$PSVersionTable.OS` and `$PSVersionTable.GitCommitId`) using [Application Insights](https://azure.microsoft.com/en-us/services/application-insights/).\nTo opt-out of sending telemetry, create an environment variable called `POWERSHELL_TELEMETRY_OPTOUT` set to a value of `1` before starting PowerShell from the installed location.\nThe telemetry we collect fall under the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).\n\n## Governance\n\nGovernance policy for PowerShell project is described [here][].\n\n[here]: https://github.com/PowerShell/PowerShell/blob/master/docs/community/governance.md\n\n## Code of Conduct\n\nPlease see our [Code of Conduct](.github/CODE_OF_CONDUCT.md) before participating in this project.\n\n## Security Policy\n\nFor any security issues, please see our [Security Policy](.github/SECURITY.md).\n","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShell%2FPowerShell-Docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPowerShell%2FPowerShell-Docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShell%2FPowerShell-Docker/lists"}