Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Docker marketplace image deprecated #355

Open
timja opened this issue May 16, 2022 · 1 comment
Open

Windows Docker marketplace image deprecated #355

timja opened this issue May 16, 2022 · 1 comment

Comments

@timja
Copy link
Member

timja commented May 16, 2022

What feature do you want to see added?

see jenkins-infra/helpdesk#2942 (comment)

Upstream changes

No response

@timja timja changed the title Azure Docker marketplace image deprecated Windows Docker marketplace image deprecated May 16, 2022
@dduportal
Copy link

If there is any "on the go" docker installation to execute at provisioning phase (or for documentation), the following works very well on both Windows Server 2019 and 2022 editions:

Write-Output "== Setting up Nuget..."
Install-PackageProvider -Name NuGet -Force
Write-Output "== Setting up Docker Module..."
Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Write-Output "== Setting up Docker Package..."
Install-Package -Name docker -ProviderName DockerMsftProvider -Force

Ref. jenkins-infra/packer-images#239

@timja timja removed the enhancement label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants