Skip to content

Update Container images - All - Major, minor and patch to v26.8.0 - #2853

Merged
AlexSkrypnyk merged 1 commit into
mainfrom
deps/container-images-all-major-minor-patch
Jul 29, 2026
Merged

Update Container images - All - Major, minor and patch to v26.8.0#2853
AlexSkrypnyk merged 1 commit into
mainfrom
deps/container-images-all-major-minor-patch

Conversation

@AlexSkrypnyk

@AlexSkrypnyk AlexSkrypnyk commented Jul 29, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Type Update Change
uselagoon/commons stage minor 26.7.026.8.0
uselagoon/mysql-8.4 final minor 26.7.026.8.0
uselagoon/solr-9-drupal final minor 26.7.026.8.0

Release Notes

uselagoon/lagoon-images (uselagoon/commons)

v26.8.0: lagoon-images 26.8.0

Compare Source

New Images

N/A

Changes in this release

Rollup: 9 green renovate PRs @​dan2k3k4 (#​1787)

Image Updates
  • chore(deps): update mariadb docker tag to v11.4.12 (#​1723)
  • chore(deps): update ruby docker tag to v4.0.6 (#​1776)
Package Updates
Misc Updates
  • chore(deps): update actions/checkout action to v7.0.1 (#​1779)
  • chore(deps): update ossf/scorecard-action action to v2.4.4 (#​1781)

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 3am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Summary by CodeRabbit

  • Chores
    • Updated the application’s supporting container images for common services, database, and search.
    • These updates provide newer service environments while preserving existing configurations and behavior.
    • No user-facing features or workflow changes are included in this release.

@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Jul 29, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex 1.x Jul 29, 2026
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 14b87f5d-8d62-4579-a4d8-a374e56fa4f3

📥 Commits

Reviewing files that changed from the base of the PR and between f941579 and b31d52a.

📒 Files selected for processing (3)
  • .docker/clamav.dockerfile
  • .docker/database.dockerfile
  • .docker/solr.dockerfile

Walkthrough

Updates the Commons, MySQL, and Solr Docker base images from version 26.7.0 to 26.8.0.

Changes

Container image updates

Layer / File(s) Summary
Container image version bumps
.docker/clamav.dockerfile, .docker/database.dockerfile, .docker/solr.dockerfile
Docker build stages and arguments now reference the 26.8.0 Commons, MySQL, and Solr images.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related issues

Possibly related PRs

Suggested labels: Dependencies

Poem

I’m a bunny with images fresh,
26.8.0 tucked in my nest.
Commons, MySQL, Solr align,
Three little tags now hop in line.
Docker builds bounce with delight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title correctly describes the main change: updating container images to v26.8.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Fix failing CI checks
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/container-images-all-major-minor-patch

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

📖 Documentation preview for this pull request has been deployed to Netlify:

https://6a695420c7aa0df04743fc29--vortex-docs.netlify.app

This preview is rebuilt on every commit and is not the production documentation site.

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | uselagoon/commons       | 26.7.0 | 26.8.0 |
| docker     | uselagoon/mysql-8.4     | 26.7.0 | 26.8.0 |
| docker     | uselagoon/solr-9-drupal | 26.7.0 | 26.8.0 |
@AlexSkrypnyk
AlexSkrypnyk force-pushed the deps/container-images-all-major-minor-patch branch from 712c62f to b31d52a Compare July 29, 2026 01:02
@github-actions

Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.55% (204/207)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

Copy link
Copy Markdown
Member Author

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.55% (204/207)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.42%. Comparing base (f941579) to head (b31d52a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2853      +/-   ##
==========================================
- Coverage   86.84%   86.42%   -0.43%     
==========================================
  Files          98       91       -7     
  Lines        4806     4647     -159     
  Branches       47        3      -44     
==========================================
- Hits         4174     4016     -158     
+ Misses        632      631       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexSkrypnyk
AlexSkrypnyk merged commit f5d9960 into main Jul 29, 2026
47 of 51 checks passed
@AlexSkrypnyk
AlexSkrypnyk deleted the deps/container-images-all-major-minor-patch branch July 29, 2026 02:27
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex 1.x Jul 29, 2026
AlexSkrypnyk added a commit that referenced this pull request Jul 31, 2026
)

Co-authored-by: Renovate Self Hosted <deploy+renovatebot@drevops.com>
(cherry picked from commit f5d9960)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant