-
Notifications
You must be signed in to change notification settings - Fork 531
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
Bump Skopeo in build image to latest version #8347
Conversation
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
Not building new version of mimir-build-image. This PR modifies |
Follow-up in #8355 |
* Bump Skopeo in build image to latest version * Update build image version to pr8347-55c99be7fb * Trigger Build (cherry picked from commit 916bbd9)
* Bump Skopeo in build image to latest version (#8347) * Bump Skopeo in build image to latest version * Update build image version to pr8347-55c99be7fb * Trigger Build (cherry picked from commit 916bbd9) * Update build image version to pr8368-55c99be7fb * Trigger CI --------- Co-authored-by: Charles Korn <[email protected]> Co-authored-by: grafanabot <[email protected]> Co-authored-by: Charles Korn <[email protected]>
What this PR does
GitHub Actions has started rolling out a new runner image, which uses Docker v26.
The previous runner image used Docker v24.
Older versions of Skopeo are not compatible with Docker v25+ (see this comment), which causes CI failures if the integration tests run on a runner with the new image (example).
This PR bumps Scopeo to the latest available version.
Which issue(s) this PR fixes or relates to
(none)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.