From 5fd669db514a57cfafc82724cf9cc66d58353404 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 13 Dec 2020 08:22:14 -0800 Subject: [PATCH] test images: Adds Windows 2004 and 20H2 base images for busybox busybox is being used as a base image for a few other images, like agnhost, so we need to update this image first. --- test/images/busybox/BASEIMAGE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/images/busybox/BASEIMAGE b/test/images/busybox/BASEIMAGE index 25a8a313cad..da963894f29 100644 --- a/test/images/busybox/BASEIMAGE +++ b/test/images/busybox/BASEIMAGE @@ -1,3 +1,5 @@ windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809 windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903 windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909 +windows/amd64/2004=mcr.microsoft.com/windows/nanoserver:2004 +windows/amd64/20H2=mcr.microsoft.com/windows/nanoserver:20H2