Skip to content

[deps] Update redis Docker tag to v8.6.1#14679

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/redis-8.x
Open

[deps] Update redis Docker tag to v8.6.1#14679
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/redis-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2026

This PR contains the following updates:

Package Update Change
redis patch 8.6.08.6.1

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, 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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Feb 28, 2026
@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.36%. Comparing base (c1b2181) to head (b1f8979).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #14679   +/-   ##
=======================================
  Coverage   32.36%   32.36%           
=======================================
  Files        3097     3097           
  Lines      210976   210976           
  Branches    38232    38233    +1     
=======================================
+ Hits        68280    68283    +3     
+ Misses     142696   142693    -3     
Flag Coverage Δ
opencti-client-python 45.48% <ø> (ø)
opencti-front 2.83% <ø> (ø)
opencti-graphql 67.73% <ø> (+<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:
  • ❄️ 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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Redis Docker image tag from 8.6.0 to 8.6.1 in CI and dev docker-compose configurations.

Changes:

  • Bump Redis image tag to redis:8.6.1 in CI compose
  • Bump Redis image tag to redis:8.6.1 in dev compose

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
scripts/ci/docker-compose.yml Updates Redis image tag used by CI runners
opencti-platform/opencti-dev/docker-compose.yml Updates Redis image tag used by the dev environment

container_name: redis
profiles: ["backend"]
image: redis:8.6.0
image: redis:8.6.1
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

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

Using a mutable Docker tag (even a patch tag) can reduce build reproducibility and can unexpectedly change the image contents if the tag is republished. Consider pinning the image to an immutable digest (e.g., redis:8.6.1@sha256:...) for CI stability and supply-chain hardening.

Suggested change
image: redis:8.6.1
image: redis:8.6.1@${REDIS_IMAGE_DIGEST:?Set REDIS_IMAGE_DIGEST to the sha256 digest of redis:8.6.1}

Copilot uses AI. Check for mistakes.
opencti-dev-redis:
container_name: opencti-dev-redis
image: redis:8.6.0
image: redis:8.6.1
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

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

For more deterministic local/dev setups (and easier debugging of environment drift), consider pinning the Redis image by digest (e.g., redis:8.6.1@sha256:...) instead of relying only on the tag.

Suggested change
image: redis:8.6.1
image: redis:8.6.1@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant