Jelajahi Sumber

Update JDK base image for OIDC fixture (#131176) (#131179)

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)
Tim Vernum 3 bulan lalu
induk
melakukan
f1a5935007

+ 1 - 1
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