Files
bun/rootfs/usr
jason d7d58c0914
bun-1.0 / release-bun-1_0 (push) Failing after 5s
bun-1.1 / release-bun-1_1 (push) Failing after 47s
bun-1 / release-bun-1 (push) Failing after 46s
bun / release-bun (push) Failing after 46s
🐛 Remove stale local function definitions from init.d script 🐛
__pcheck and __pgrep 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/zz-bun.sh: remove stale local __pcheck/__pgrep definitions and their intro comments; defer to shared library

rootfs/usr/local/etc/docker/init.d/zz-bun.sh
2026-06-26 18:47:28 -04:00
..