mirror of
https://github.com/dockersrc/ubuntu
synced 2026-06-30 17:45:53 -04:00
86d81507e3
Build and Push 22.04 / build (push) Failing after 7s
Build and Push 24.10 / build (push) Failing after 4s
Build and Push 26.04 / build (push) Failing after 3s
Build and Push / build (push) Failing after 5s
Build and Push 24.04 / build (push) Failing after 12m0s
Build and Push 20.04 / build (push) Failing after 12m31s
Build and Push 18.04 / build (push) Failing after 12m44s
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