chore(memcached): update image to 1.6.45 - #368
Merged
Merged
Conversation
Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
bdossantos
August 16, 2026 12:07
View session
bdossantos
marked this pull request as ready for review
August 16, 2026 12:07
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the memcached image packaging in this repository to track the latest upstream memcached:1.6.45-trixie release, keeping the pinned digest and repository metadata aligned while preserving proxy support behavior.
Changes:
- Bump the runtime base image from
memcached:1.6.42-trixietomemcached:1.6.45-trixieand refresh the pinned SHA256 digest. - Update the Dockerfile
VERSIONenvironment value and the descriptive comment to match1.6.45. - Align the container-structure test to expect
memcached 1.6.45.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dockerfiles/memcached/Dockerfile | Updates pinned memcached base image tag/digest and VERSION to 1.6.45. |
| tests/memcached.yaml | Updates version assertion to expect memcached 1.6.45. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the memcached image to the latest available upstream release and aligns the repository鈥檚 pinned metadata with that version. This keeps the published image current without changing the image鈥檚 proxy support or runtime shape.
Version bump
1.6.42-trixieto1.6.45-trixieVERSIONin the Dockerfile to1.6.45Test alignment
memcached 1.6.45Pinned reference