From 25b884500b6ca00ce322f2c3f37e2946f85807fa Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Mon, 14 Jul 2025 16:29:19 +1000 Subject: [PATCH] Update JDK base image for OIDC fixture (#131176) This upgrades the JDK base image for the OIDC fixture. The old image used Debian 10 (buster) which is no longer supported and it appears the APT repos have been shutdown We now use a temurin supplied image based on Ubuntu 24 (Noble Numbat) --- x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile b/x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile index 858038d483349..92cd2f46436db 100644 --- a/x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile +++ b/x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile @@ -1,5 +1,5 @@ FROM c2id/c2id-server-demo:16.1.1 AS c2id -FROM openjdk:21-jdk-buster +FROM eclipse-temurin:17-noble # Using this to launch a fake server on container start; see `setup.sh` RUN apt-get update -qqy && apt-get install -qqy python3