-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Some test images are still referencing outdated versions, such as alpine:3.6 and alpine:3.8, which are no longer supported. This task involves updating all such images to the latest available versions.
Test Image - Current Base Image Version
- agnhost - alpine:3.6 - update baseimage for agnhost #131879, Promote gcr.io/k8s-staging-e2e-test-images/agnhost:2.55 k8s.io#8122
FROM --platform=linux/amd64 alpine:3.6 as prep
Note: Although it is used during the intermediate stage, it is always better to point to the latest available image.
- apparmor-loader - alpine:3.14 - bump to alpine 3.22 and bump apparmor-loader to 1.6 #132242 Add apparmor-loader 1.6 k8s.io#8185
- httpd - httpd:2.4.38-alpine - Update base image for httpd and httpd-new images #131888
- httpd-new - httpd:2.4.39-alpine - Update base image for httpd and httpd-new images #131888
- ipc-utils - alpine:3.6 - Bump ipc-utils base image to alpine:3.22 #132247
- jessie-dnsutils - debian:jessie
- kitten - agnhost:2.33*
- nautilus - agnhost:2.33*
- nginx - nginx:1.14-alpine - ci: update test image base: nginx, nginx-new #132442
- nginx-new - nginx:1.15-alpine - ci: update test image base: nginx, nginx-new #132442
- node-perf/npb-ep - debian:stretch-slim
- node-perf/npb-is - debian:stretch-slim
- node-perf/tf-wide-deep - python:3.6-slim-stretch
- nonewprivs - alpine:3.6 - Bump base image used in nonewprivs to alpine:3.22 #132260
- perl - perl:5.26 - Bump perl base image to perl:5.40 #132249
- redis - alpine:3.6 - ci: redis removal for e2e test dependency simplicity #132756
- simple-apiserver - alpine:3.8, k8s 0.32.1 - ci: update sample-apiserver version to v0.33.2 #132814
- sample-device-plugin - alpine:3.8 - Bump sample-device-plugin base image to alpine:3.22 #133075
- volume/iscsi - fedora:38
- volume/nfs - centos:7
- volume/rbd - fedora:38
- windows/powershell-helper - mcr.microsoft.com/windows/nanoserver:1809, mcr.microsoft.com/windows/servercore:ltsc2019
- windows-nanoserver - mcr.microsoft.com/windows/nanoserver:1809, mcr.microsoft.com/windows/nanoserver:ltsc2022
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.