Browse Source

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 months ago
parent
commit
f1a5935007
1 changed files with 1 additions and 1 deletions
  1. 1 1
      x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile

+ 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 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`
 # Using this to launch a fake server on container start; see `setup.sh`
 RUN apt-get update -qqy && apt-get install -qqy python3
 RUN apt-get update -qqy && apt-get install -qqy python3