Skip to content

Update JDK base image for OIDC fixture #131176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

tvernum
Copy link
Contributor

@tvernum tvernum commented Jul 14, 2025

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)

Resolves: #131158

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)
@tvernum tvernum requested a review from slobodanadamovic July 14, 2025 05:09
@tvernum tvernum added >test Issues or PRs that are addressing/adding tests :Security/Authentication Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc) auto-backport Automatically create backport pull requests when merged v9.2.0 v9.1.1 v8.19.1 v9.0.5 v8.18.5 labels Jul 14, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Jul 14, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@tvernum
Copy link
Contributor Author

tvernum commented Jul 14, 2025

I wanted to update C2Id as well, but moving to 18.2.1 caused most of the tests to fail, so I haven't pushed ahead with that yet.

@tvernum tvernum enabled auto-merge (squash) July 14, 2025 05:13
Copy link
Contributor

@slobodanadamovic slobodanadamovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tvernum
Copy link
Contributor Author

tvernum commented Jul 14, 2025

I'm going to merge even though some ES|QL tests are failing, because this broken fixture will interfere with fixing those tests

@tvernum tvernum disabled auto-merge July 14, 2025 06:29
@tvernum tvernum merged commit d2d963c into elastic:main Jul 14, 2025
30 of 34 checks passed
tvernum added a commit to tvernum/elasticsearch that referenced this pull request Jul 14, 2025
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)
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
9.1
8.19
9.0
8.18

tvernum added a commit to tvernum/elasticsearch that referenced this pull request Jul 14, 2025
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)
tvernum added a commit to tvernum/elasticsearch that referenced this pull request Jul 14, 2025
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)
elasticsearchmachine pushed a commit that referenced this pull request Jul 14, 2025
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)
elasticsearchmachine pushed a commit that referenced this pull request Jul 14, 2025
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)
slobodanadamovic pushed a commit that referenced this pull request Jul 14, 2025
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)
slobodanadamovic pushed a commit that referenced this pull request Jul 14, 2025
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)
szybia added a commit to szybia/elasticsearch that referenced this pull request Jul 14, 2025
…king

* upstream/main: (33 commits)
  Allow both WithEntitlementsOnTestCode and EntitledTestPackages together (elastic#130826)
  Move streams status actions to cluster:monitor group (elastic#131015)
  Update JDK base image for OIDC fixture (elastic#131176)
  Mute org.elasticsearch.xpack.esql.ccq.MultiClustersIT testLookupJoinAliases elastic#131166
  Mute org.elasticsearch.index.engine.ThreadPoolMergeExecutorServiceDiskSpaceTests testEnqueuedMergeTasksAreUnblockedWhenEstimatedMergeSizeChanges elastic#131165
  Mute org.elasticsearch.xpack.esql.ccq.MultiClustersIT testNotLikeListKeyword elastic#131155
  Mute org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT test elastic#131154
  Check file entitlements on the Lucene FilterFileSystem in tests (elastic#130825)
  Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {lookup-join.MvJoinKeyOnFromAfterStats ASYNC} elastic#131148
  Move FrequencyCappedAction to common package (elastic#131060)
  Mute org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT testStopQueryLocal elastic#121672
  Remove nesting from multi allocation decision (elastic#130844)
  Disable async search rest tests in release builds (elastic#131132)
  Fix testStopQueryLocal (elastic#131130)
  Fixes based on resharding disruption tests (elastic#130870)
  Remove inactive logger (elastic#131121)
  Add wait for remote start for the test (elastic#131124)
  Add existing shards allocator settings to failure store allowed list. (elastic#131056)
  Don't allow field caps to use semantic queries as index filters (elastic#131111)
  issue should be already fixed by elastic#121466 (elastic#130860)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged :Security/Authentication Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc) Team:Security Meta label for security team >test Issues or PRs that are addressing/adding tests v8.18.5 v8.19.1 v9.0.5 v9.1.1 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] JwtWithOidcAuthIT class failing
3 participants