Skip to content

Commit 38ec126

Browse files
Update JDK base image for OIDC fixture (#131176) (#132155)
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) (cherry picked from commit d2d963c) # Conflicts: # x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile Co-authored-by: Tim Vernum <[email protected]>
1 parent e630cd8 commit 38ec126

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

muted-tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ tests:
2626
- class: org.elasticsearch.nativeaccess.VectorSystemPropertyTests
2727
method: testSystemPropertyDisabled
2828
issue: https://github.com/elastic/elasticsearch/issues/110949
29-
- class: org.elasticsearch.xpack.security.authc.oidc.OpenIdConnectAuthIT
30-
method: testAuthenticateWithImplicitFlow
31-
issue: https://github.com/elastic/elasticsearch/issues/111191
32-
- class: org.elasticsearch.xpack.security.authc.oidc.OpenIdConnectAuthIT
33-
method: testAuthenticateWithCodeFlowAndClientPost
34-
issue: https://github.com/elastic/elasticsearch/issues/111396
3529
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
3630
method: testSingleDoc {cluster=UPGRADED}
3731
issue: https://github.com/elastic/elasticsearch/issues/111434
@@ -349,10 +343,6 @@ tests:
349343
- class: org.elasticsearch.packaging.test.DockerTests
350344
method: test151MachineDependentHeapWithSizeOverride
351345
issue: https://github.com/elastic/elasticsearch/issues/123437
352-
- class: org.elasticsearch.xpack.security.authc.oidc.OpenIdConnectAuthIT
353-
issue: https://github.com/elastic/elasticsearch/issues/124845
354-
- class: org.elasticsearch.xpack.security.authc.jwt.JwtWithOidcAuthIT
355-
issue: https://github.com/elastic/elasticsearch/issues/131794
356346
- class: org.elasticsearch.packaging.test.DockerTests
357347
issue: https://github.com/elastic/elasticsearch/issues/131586
358348

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM c2id/c2id-server-demo:12.18 AS c2id
2-
FROM openjdk:11.0.16-jre
1+
FROM c2id/c2id-server-demo:16.1.1 AS c2id
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)