Skip to content

Removes redundant symlink creation#515

Merged
Peter-Sh merged 1 commit into
unstablefrom
remove_symlinks_redundance
Apr 16, 2026
Merged

Removes redundant symlink creation#515
Peter-Sh merged 1 commit into
unstablefrom
remove_symlinks_redundance

Conversation

@Peter-Sh
Copy link
Copy Markdown
Contributor

@Peter-Sh Peter-Sh commented Apr 16, 2026

This is adaptation of #438


Note

Low Risk
Build-script-only change that removes redundant filesystem manipulation after install; main risk is unexpected differences in the final set of redis* binaries/links.

Overview
Removes the post-install step in the Alpine and Debian Dockerfiles (and their .j2 templates) that MD5-compared redis* binaries and forcibly symlinked them to redis-server.

Image builds now leave the installed Redis binaries as produced by make install, simplifying the build stage and eliminating the extra find/ln -sf logic.

Reviewed by Cursor Bugbot for commit e9e5753. Bugbot is set up for automated code reviews on this repo. Configure here.

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented Apr 16, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@Peter-Sh Peter-Sh merged commit 56f981d into unstable Apr 16, 2026
24 checks passed
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.

2 participants