Files
docker/rootfs/usr/local
jason 6377606cd8 🐛 Fix __create_service_env to write .local.sh to disk 🐛
The .local.sh block defined stub functions in memory but never
wrote the file to disk, so __file_exists_with_content always
failed and __create_service_env returned non-zero on every run.
Fix: use a heredoc to write the stub functions into .local.sh.
- rootfs/usr/local/etc/docker/init.d/01-dockerd.sh: write .local.sh
via heredoc in __create_service_env; bump version to 202606261600-git

rootfs/usr/local/etc/docker/init.d/01-dockerd.sh
rootfs/usr/local/etc/docker/init.d/03-docker-compose.sh
rootfs/usr/local/etc/docker/init.d/09-buildx.sh
2026-06-26 21:00:37 -04:00
..