-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the docker-compose-images group in /release/conformance/openid with 2 updates #564
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
base: main
Are you sure you want to change the base?
chore(deps): bump the docker-compose-images group in /release/conformance/openid with 2 updates #564
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| services: | ||
| builder: | ||
| image: maven:3-eclipse-temurin-21@sha256:2b4496088e7b80ae10a8c9f74e574ea21380325a006ec684532ad6bad5bc7273 | ||
| image: maven:3-eclipse-temurin-26@sha256:d5617b9a6307e1b51dc7c55edf09bacb66f1c91fb861949c34a3a0d4e16bd241 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For this release-area change, the documented release source check includes Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This commit has no Useful? React with 👍 / 👎. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| services: | ||
| mongodb: | ||
| image: mongo:6.0.13@sha256:b415b12f638e2685d06c58ab7fb5943577c50fadec6d9340ef67d21aeac72070 | ||
| image: mongo:8.2.12@sha256:e0ce8c35124d4a9f9785532d1f268f39e9728ffa1cb38f46fa482436424c4bd3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When an operator reuses the default conformance checkout after any prior run, the pinned upstream compose file’s Useful? React with 👍 / 👎. |
||
| nginx: | ||
| build: | ||
| context: ./nginx | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this release-area change, the documented release source check includes
python3 -m unittest release/scripts/test_openid_conformance_runner.py, and that suite currently hastest_builder_override_pins_maven_image_by_digestasserting the builder override stays onmaven:3-eclipse-temurin-21@sha256:. Changing this line to Temurin 26 makes that required check fail immediately; keep the builder on the expected JDK 21 pin or update the runner/test contract together if the suite is intentionally moving Java levels.AGENTS.md reference: AGENTS.md:L56-L60
Useful? React with 👍 / 👎.