Chocolatey on Windows Server Core container
3.8K
This container contains the Chocolatey package manager, intended to be used for creating other images where packages from Chocolatey repo are needed. This uses the .NET Framework Runtime 4.8 base image, under Windows Server Core ltsc2022 and ltsc2019.
This example will install Vistal Studio 2022 Build Tools FROM amitie10g/chocolatey:ltsc2022
SHELL ["powershell", "-Command"]
RUN choco install -y visualstudio2022buildtools; choco-cleaner
ENTRYPOINT ["C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
Content type
Image
Digest
sha256:3a64a7d2b…
Size
2 GB
Last updated
2 months ago
docker pull amitie10g/chocolatey