From 5e5fc145cd99ec6b7d46218078a8d88fa5095b31 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 9 Aug 2024 15:29:10 +0000 Subject: [PATCH] tests: Update ubuntu image for stress Dockerfile This PR updates the ubuntu image for stress Dockerfile. The main purpose is to have a more updated image compared with the one that is in libpod which has not been updated in a while. Signed-off-by: Gabriela Cervantes --- .../kubernetes/runtimeclass_workloads/stress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/runtimeclass_workloads/stress/Dockerfile b/tests/integration/kubernetes/runtimeclass_workloads/stress/Dockerfile index 3609eb4a49..80e98011e5 100644 --- a/tests/integration/kubernetes/runtimeclass_workloads/stress/Dockerfile +++ b/tests/integration/kubernetes/runtimeclass_workloads/stress/Dockerfile @@ -5,7 +5,7 @@ # The image has only the 'latest' tag so it needs to ignore DL3007 #hadolint ignore=DL3007 -FROM quay.io/libpod/ubuntu:latest +FROM quay.io/bedrock/ubuntu:latest RUN apt-get -y update && \ apt-get -y upgrade && \ apt-get -y --no-install-recommends install stress && \