5 Commits

Author SHA1 Message Date
casjay
6b3a6969bc 🗃️ rootfs: shield internal entrypoint PID files from /run/*.pid sweeps 🗃️
Some checks failed
release-tag / release-image (push) Has been cancelled
Update the embedded entrypoint copies in rootfs/ to match the
upstream template change. Internal state files renamed to dotfiles
so they're not matched by `/run/*.pid` cleanup globs:
- /run/init.d/entrypoint.pid -> /run/.entrypoint.pid
- /run/no_exit.pid -> /run/.no_exit.pid
- /run/backup.pid -> /run/.backup.pid
- /run/__start_init_scripts.pid -> /run/.start_init_scripts.pid
Per-service PIDs in /run/init.d/ are unchanged.

rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
2026-05-05 19:13:27 -04:00
casjay
43f0fc2a91 🗃️ Fixed the entrypoint scripts 🗃️
All checks were successful
release-tag / release-image (push) Successful in 10m46s
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
2025-11-29 12:37:33 -05:00
casjay
44150ebabd 🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 7m33s
Dockerfile
.env.scripts
.gitattributes
.gitignore
rootfs/.gitea/
rootfs/root/
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
2025-09-16 19:38:59 -04:00
casjay
e0295c51ab 🗃️ Committing everything that changed 🗃️
Some checks are pending
release-tag / release-image (push) Waiting to run
Dockerfile
.env.scripts
rootfs/usr/local/etc/docker/init.d/valkey.sh
rootfs/usr/local/share/template-files/config/env/default.sample
2025-02-03 15:20:22 -05:00
casjay
907afdfb42 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-06-19 10:35:37 -04:00