mirror of
https://github.com/dockersrc/rust
synced 2026-08-29 20:01:12 -04:00
Build and Push / build (push) Canceled after 0s
Fixed the 5 residual script-lint findings surfaced during the previous 19-violation fix pass, at the upstream template source (per AI.md rule #2 — generated files are never hand-tuned), then regenerated and re-verified. - rootfs/usr/local/bin/entrypoint.sh: regenerated from the fixed other/docker-entrypoint template — added a VERSION= assignment matching the ##@Version header (both now stamped via GEN_SCRIPT_REPLACE_VERSION at generation time). - rootfs/usr/local/etc/docker/functions/entrypoint.sh: regenerated from the fixed functions/docker-entrypoint template — added a matching VERSION= assignment, and replaced 3 UUOC uses ($(dirname ...) x2, $(cat ...) x1) with shell parameter expansion / builtin redirection. - TODO.AI.md: merged the "residuals — not yet fixed" section into the FIXED section; script-lint confirms 0 violations remain (original 19 + these 5). Upstream template fixes applied in /usr/local/share/CasjaysDev/scripts/templates/scripts/{other,functions}/docker-entrypoint (outside this repo, shared across all dockersrc/*/casjaysdevdocker/* repos).