Skip to content

chore: fix docker version#19003

Merged
jvdm merged 5 commits intomasterfrom
dashrews/fix-docker-version
Feb 13, 2026
Merged

chore: fix docker version#19003
jvdm merged 5 commits intomasterfrom
dashrews/fix-docker-version

Conversation

@dashrews78
Copy link
Contributor

Description

Had to update the build and test images because we suddenly started getting:

client version 1.41 is too old. Minimum supported API version is 1.44

We were getting those on every push CI job. See stackrox/rox-ci-image#240 for the image update.

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

change me!

@dashrews78 dashrews78 requested review from a team as code owners February 12, 2026 20:46
@dashrews78 dashrews78 requested review from porridge and removed request for a team February 12, 2026 20:46
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@rhacs-bot
Copy link
Contributor

rhacs-bot commented Feb 12, 2026

Images are ready for the commit at e909c2a.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-97-ge909c2a881.

Copy link
Contributor

@davdhacs davdhacs left a comment

Choose a reason for hiding this comment

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

version bump++

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.52%. Comparing base (be35169) to head (e909c2a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #19003   +/-   ##
=======================================
  Coverage   49.52%   49.52%           
=======================================
  Files        2666     2666           
  Lines      201181   201181           
=======================================
+ Hits        99633    99634    +1     
+ Misses      94112    94111    -1     
  Partials     7436     7436           
Flag Coverage Δ
go-unit-tests 49.52% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jvdm jvdm merged commit dba6a17 into master Feb 13, 2026
98 of 103 checks passed
@jvdm jvdm deleted the dashrews/fix-docker-version branch February 13, 2026 00:41
@rhacs-bot
Copy link
Contributor

The backport to release-4.10 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.10 release-4.10
# Navigate to the new working tree
cd .worktrees/backport-release-4.10
# Create a new branch
git switch --create backport-19003-to-release-4.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.10

Then, create a pull request where the base branch is release-4.10 and the compare/head branch is backport-19003-to-release-4.10.

davdhacs pushed a commit that referenced this pull request Feb 13, 2026
(cherry picked from commit dba6a17)
jvdm pushed a commit that referenced this pull request Feb 13, 2026
Co-authored-by: David Shrewsberry <99685630+dashrews78@users.noreply.github.com>
@mclasmeier mclasmeier added backport release-4.8 backport release-4.9 https://spaces.redhat.com/spaces/StackRox/pages/558727298 labels Feb 13, 2026
@rhacs-bot
Copy link
Contributor

The backport to release-4.8 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.8 release-4.8
# Navigate to the new working tree
cd .worktrees/backport-release-4.8
# Create a new branch
git switch --create backport-19003-to-release-4.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.8

Then, create a pull request where the base branch is release-4.8 and the compare/head branch is backport-19003-to-release-4.8.

@rhacs-bot
Copy link
Contributor

The backport to release-4.9 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-4.9 release-4.9
# Navigate to the new working tree
cd .worktrees/backport-release-4.9
# Create a new branch
git switch --create backport-19003-to-release-4.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dba6a176230312eee6fa58937735c47b9749ef91
# Push it to GitHub
git push --set-upstream origin backport-19003-to-release-4.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-4.9

Then, create a pull request where the base branch is release-4.9 and the compare/head branch is backport-19003-to-release-4.9.

mclasmeier pushed a commit that referenced this pull request Feb 13, 2026
(cherry picked from commit dba6a17)
mclasmeier pushed a commit that referenced this pull request Feb 16, 2026
chore: fix docker version (#19003)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants