Skip to content

Conversation

@soumya-greenbone
Copy link

What

Update redis-server image to version 8.2.2.

Why

Ensures users run the patched Redis release.

References

DOS-483

Checklist

@soumya-greenbone soumya-greenbone self-assigned this Oct 8, 2025
@github-actions
Copy link

github-actions bot commented Oct 8, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 0e2a413.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Contributor

@bjoernricks bjoernricks left a comment

Choose a reason for hiding this comment

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

This change should not be required at all. We should provide our desired redis server image with the latest tag always. In this case the users will get the newest and best redis container image just with a docker compose pull. By using a version tag in the compose file the users would have to re-download the compose file over and over again just to get a new redis server image (for example redis server 8.2.3)


redis-server:
image: registry.community.greenbone.net/community/redis-server
image: registry.community.greenbone.net/community/redis-server:8.2.2
Copy link
Member

Choose a reason for hiding this comment

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

but wouldn't we still use latest instead of hardcoded version?


redis-server:
image: registry.community.greenbone.net/community/redis-server
image: registry.community.greenbone.net/community/redis-server:latest
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if you are ware of it. This is actually the same. if a image tag is missing, latest is used actually.

@y0urself
Copy link
Member

y0urself commented Oct 9, 2025

So Soumya the only thing you may want to document is, that we changed the base image from debian:stable to official redis:stable in order to resolve greenbone/greenbone-container-images#30

@soumya-greenbone soumya-greenbone marked this pull request as ready for review October 14, 2025 04:14
@soumya-greenbone soumya-greenbone requested a review from a team as a code owner October 14, 2025 04:14
@soumya-greenbone
Copy link
Author

We don't need this changes and hence closing the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants