Sign inSign up

amitie10g/chocolatey

By amitie10g

Updated 2 months ago

Chocolatey on Windows Server Core container

Image
0

3.8K

amitie10g/chocolatey repository overview

Chocolatey on Windows Server Core container

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.

Usage

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"]
Licensing
  • This container image contains the Chocolatey Open Source edition, licensed under the Apache License
  • The Windows-based container image usages are subjected to the Microsoft EULA
  • The Dockerfile itself is released into the Public domain (the Unlicense)

Tag summary

Content type

Image

Digest

sha256:3a64a7d2b

Size

2 GB

Last updated

2 months ago

docker pull amitie10g/chocolatey