mirror of
https://github.com/casjaysdevdocker/valkey
synced 2026-07-14 17:45:53 -04:00
f66f17a69c
valkey / release-valkey (push) Failing after 14m56s
__cd, __pcheck, __pgrep, and __proc_check were locally defined in init.d scripts before they were added to the shared docker-entrypoint functions library. These local copies shadow the improved library versions and prevent library updates from taking effect. - rootfs/usr/local/etc/docker/init.d/valkey.sh: remove stale local __cd/__pcheck/__pgrep/__proc_check definitions; defer to shared library rootfs/usr/local/etc/docker/init.d/valkey.sh