Skip to content

Commit 2bbb699

Browse files
authored
Update JDK base image for OIDC fixture (#131176) (#131180)
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)
1 parent 483ae2e commit 2bbb699

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/idp-fixture/src/main/resources/oidc

1 file changed

+1
-1
lines changed

x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM c2id/c2id-server-demo:16.1.1 AS c2id
2-
FROM openjdk:21-jdk-buster
2+
FROM eclipse-temurin:17-noble
33

44
# Using this to launch a fake server on container start; see `setup.sh`
55
RUN apt-get update -qqy && apt-get install -qqy python3

0 commit comments

Comments
 (0)