From 61f04e6f200b680ae678943bf29ca1960e181316 Mon Sep 17 00:00:00 2001 From: Brian McQueen Date: Fri, 14 Oct 2022 06:52:34 -0700 Subject: [PATCH] restored QEMUVERSION and slim-stretch and removed arch linux/arm64v8 #109295 --- test/images/Makefile | 2 +- test/images/node-perf/tf-wide-deep/BASEIMAGE | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/images/Makefile b/test/images/Makefile index d24edbd8ddb40..9c6538f99d67c 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -15,7 +15,7 @@ REGISTRY ?= registry.k8s.io/e2e-test-images GOARM ?= 7 DOCKER_CERT_BASE_PATH ?= -QEMUVERSION=v7.1.0-2 +QEMUVERSION=v5.1.0-2 GOLANG_VERSION=1.19.2 export diff --git a/test/images/node-perf/tf-wide-deep/BASEIMAGE b/test/images/node-perf/tf-wide-deep/BASEIMAGE index 5d9f9f8430a08..9b23a60fbade2 100644 --- a/test/images/node-perf/tf-wide-deep/BASEIMAGE +++ b/test/images/node-perf/tf-wide-deep/BASEIMAGE @@ -1,2 +1 @@ -linux/amd64=python:3.6-slim-buster -linux/arm64=arm64v8/python:3.6-slim-buster +linux/amd64=python:3.6-slim-stretch