Files
python/rootfs/usr/local
jason 30c7166292
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
🐛 Fix duplicate 2>/dev/null in entrypoint.sh /etc/hosts line 🐛
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
..