Commit Graph

11 Commits

Author SHA1 Message Date
jason 09268ecd51 🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh
2026-06-26 23:42:38 -04:00
jason 5bdc94e8af 🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh
2026-06-26 23:34:38 -04:00
jason 30c7166292 🐛 Fix duplicate 2>/dev/null in entrypoint.sh /etc/hosts line 🐛
python-3.12 / release-python-3_12 (push) Failing after 1m23s
python / release-python (push) Failing after 12m24s
python-3 / release-python-3 (push) Failing after 12m39s
release-tag / release-image (push) Failing after 12m45s
python-3.9 / release-python-3_9 (push) Failing after 12m55s
python-3.13 / release-python-3_13 (push) Failing after 13m4s
python-3.11 / release-python-3_11 (push) Failing after 13m11s
python-3.10 / release-python-3_10 (push) Failing after 13m15s
The grep -vF line that appends /usr/local/etc/hosts entries had a
duplicate 2>/dev/null redirect after the append operator, which is
a no-op but clutters the script. Synced from template.
- rootfs/usr/local/bin/entrypoint.sh: remove duplicate 2>/dev/null
from grep -vF /etc/hosts append line; bump version to 202606261500-git

rootfs/usr/local/bin/entrypoint.sh
2026-06-26 18:41:55 -04:00
jason e938d4d41d 🗃️ Removed the .claude/settings.local.json 🗃️
Dockerfile
.env.scripts
.gitattributes
.gitea/workflows/docker.yaml
.gitignore
LICENSE.md
README.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
2026-05-12 20:08:47 -04:00
jason 77ce7f9966 🗃️ rootfs: shield internal entrypoint PID files from /run/*.pid sweeps 🗃️
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:12:52 -04:00
jason 9bd827ba4e 🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-11-30 16:26:02 -05:00
jason 1a98d241dc 🗃️ Fixed the entrypoint scripts 🗃️
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:16 -05:00
jason cfc8bc84f5 🗃️ Updated Dockerfile* and .env.scripts* 🗃️
Dockerfile
Dockerfile.2
Dockerfile.3
Dockerfile.3.10
Dockerfile.3.11
Dockerfile.3.12
Dockerfile.3.13
Dockerfile.3.9
.gitea/workflows/docker-3_10.yaml
.gitea/workflows/docker-3_11.yaml
.gitea/workflows/docker-3_12.yaml
.gitea/workflows/docker-3_13.yaml
.gitea/workflows/docker-3_9.yaml
.gitea/workflows/docker.3.yaml
.gitea/workflows/docker.yaml
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2025-11-29 11:04:52 -05:00
jason c43a1f22cd 🗃️ Committing everything that changed 🗃️
Dockerfile
Dockerfile.2
Dockerfile.3
.env.scripts
.env.scripts.2
.env.scripts.3
.gitattributes
.gitignore
rootfs/.gitea/
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:25 -04:00
jason f6d81451ab 🗃️ Committing everything that changed 🗃️
Jenkinsfile
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/
2025-09-05 13:36:41 -04:00
jason b36fdd0e81 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-13 19:41:07 -04:00