Skip to content

Commit 4c498db

Browse files
authored
Merge pull request kubernetes#102599 from claudiubelu/test-images/remove-eol-windows-images
test images: Removes Windows 1903 and 1909 images
2 parents cc2f723 + ea3c7d9 commit 4c498db

File tree

32 files changed

+19
-51
lines changed

32 files changed

+19
-51
lines changed

test/images/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ the regular image building process. This helper image can be found in at `e2etea
9494
It can be used by anyone, but if you need to build your own, you can read more about it [here](windows/README.md).
9595

9696
For Windows, in order to spawn process-isolated containers, the container OS version should closely match
97-
the host OS version. For this reason, we build test images for different Windows OS Versions: 1809, 1903,
98-
1909, 2004, 20H2. In order add support for a new Windows OS version, a new entry for that OS version will have
97+
the host OS version. For this reason, we build test images for different Windows OS Versions: 1809 (Windows Server 2019),
98+
2004, 20H2. In order add support for a new Windows OS version, a new entry for that OS version will have
9999
to be first added to the `windows-servercore-cache` and `busybox` images, followed by the rest of the images.
100100
These images are then used by the rest of the E2E test images as a cache / base image.
101101

test/images/agnhost/BASEIMAGE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linux/arm64=arm64v8/alpine:3.12
44
linux/ppc64le=ppc64le/alpine:3.12
55
linux/s390x=s390x/alpine:3.12
66
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7-
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8-
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
97
windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
108
windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2

test/images/agnhost/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,6 @@ The Windows `agnhost` image includes a `nc` binary that is 100% compliant with i
643643

644644
## Image
645645

646-
The image can be found at `k8s.gcr.io/e2e-test-images/agnhost:2.21` for both Linux and
647-
Windows containers (based on `mcr.microsoft.com/windows/servercore:ltsc2019`,
648-
`mcr.microsoft.com/windows/servercore:1903`, and `mcr.microsoft.com/windows/servercore:1909`).
646+
The image can be found at `k8s.gcr.io/e2e-test-images/agnhost:2.32` for both Linux and
647+
Windows containers (based on `mcr.microsoft.com/windows/nanoserver:1809`,
648+
`mcr.microsoft.com/windows/nanoserver:2004`, and `mcr.microsoft.com/windows/nanoserver:20H2`).

test/images/busybox/BASEIMAGE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linux/arm64=arm64v8/busybox:1.29
44
linux/ppc64le=ppc64le/busybox:1.29
55
linux/s390x=s390x/busybox:1.29
66
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
7-
windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903
8-
windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909
97
windows/amd64/2004=mcr.microsoft.com/windows/nanoserver:2004
108
windows/amd64/20H2=mcr.microsoft.com/windows/nanoserver:20H2

test/images/busybox/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29-1
1+
1.29-2

test/images/echoserver/BASEIMAGE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linux/arm64=arm64v8/nginx:1.15-alpine
44
linux/ppc64le=ppc64le/nginx:1.15-alpine
55
linux/s390x=s390x/nginx:1.15-alpine
66
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7-
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8-
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
97
windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
108
windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2

test/images/echoserver/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3
1+
2.4

test/images/httpd-new/BASEIMAGE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linux/arm64=arm64v8/httpd:2.4.39-alpine
44
linux/ppc64le=ppc64le/httpd:2.4.39-alpine
55
linux/s390x=s390x/httpd:2.4.39-alpine
66
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7-
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8-
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
97
windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
108
windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2

test/images/httpd-new/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.39-1
1+
2.4.39-2

test/images/httpd/BASEIMAGE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linux/arm64=arm64v8/httpd:2.4.38-alpine
44
linux/ppc64le=ppc64le/httpd:2.4.38-alpine
55
linux/s390x=s390x/httpd:2.4.38-alpine
66
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7-
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8-
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
97
windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
108
windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2

0 commit comments

Comments
 (0)