→ Back to Home
Containers & ECS

Jenkins Ends Windows Server 2019 Container Support, Forcing Agent Modernization

The Jenkins project has officially announced the cessation of support and distribution for Windows Server 2019 container images for its inbound and SSH agents, effective August 21, 2026. This means that official Jenkins container images will no longer be provided for Windows Server 2019, with future releases focusing on Windows Server 2022 and Windows Server 2025. Users currently running Jenkins agents on Windows Server 2019 containers are now faced with two primary alternatives: upgrading their underlying infrastructure to Windows Server 2022 or 2025, or undertaking the responsibility of building and maintaining their own custom Windows Server 2019 agent images. This development is significant for any organization heavily reliant on Jenkins for their CI/CD pipelines, particularly those with Windows-based build workloads. The immediate impact is the potential for unpatched vulnerabilities or compatibility issues if teams continue to use the now unsupported Windows Server 2019 images. It directly affects the operational stability and security posture of their build environments. For practitioners, this isn't merely a software update; it's a forced modernization effort that requires careful planning and execution to avoid disruptions. This move by the Jenkins project aligns with a broader industry trend where older operating system versions reach their end-of-life, even within containerized environments. Notably, Azure Kubernetes Service (AKS) retired Windows Server 2019 support on March 1, 2026, ceasing new node images and security patches for existing node pools. This cascading effect from cloud providers to application-level tooling is a common pattern in the cloud-native ecosystem. It highlights the interconnectedness of infrastructure components and the continuous need for vigilance in managing dependencies. The rapid pace of innovation and deprecation in cloud and container technologies demands that organizations build robust strategies for platform upgrades and lifecycle management. In practice, DevOps and infrastructure teams should prioritize an audit of their current Jenkins agent configurations to identify any reliance on Windows Server 2019 container images. The most straightforward path forward is to plan and execute an upgrade to Windows Server 2022 or 2025 for their Jenkins agents. This involves testing existing build jobs against the new base images to ensure compatibility and performance. For those unable to upgrade immediately, establishing a process for building and maintaining custom Windows Server 2019 agent images, including applying security patches, becomes crucial but adds significant overhead. This situation serves as a stark reminder that even in highly automated environments, proactive dependency management and a clear modernization roadmap are essential to prevent operational bottlenecks and security risks.
#jenkins#windows server#container images#end of life#devops#ci/cd
Read original source