You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(keycloak): avoid glibc conflicts by copying only required shared libs (#332)
## 📝 Description
Previously, the entire /usr/lib64 directory was copied from the base
image,
which caused symbol resolution issues due to overwriting glibc-related
files
in the final Keycloak image.
This change replaces that with explicit COPY commands for only the
shared
libraries required by the `createdb` binary, preserving the integrity of
the runtime environment while still enabling database setup commands.
## ✅ Checklist
- [x] I have tested this change
- [ ] This change requires documentation update
0 commit comments