Files
coder/scripts
coder-tasks[bot] 818fc72802 fix(scripts/ironbank): update base image to UBI9 and remove urllib3 (CVE-2026-44431) (#25247)
Updates the IronBank Dockerfile base image from UBI8-minimal 8.7 to
UBI9-minimal 9.6 and removes `python3-urllib3` (which ships urllib3
1.26.5) to address CVE-2026-44431. Coder is a Go binary and does not use
Python at runtime; the package is safe to remove.

Also updates `build_ironbank.sh` to match the new base image references.

Fixes https://linear.app/codercom/issue/ENT-50

> [!NOTE]
> This PR was authored by Coder Agents.

<details><summary>Context</summary>

Mirrors the same fix applied on `release/2.29`
(`fix/ironbank-urllib3-v2.29`) and `release/2.30`
(`fix/ironbank-urllib3-v2.30`).

</details>

Co-authored-by: doc-check[bot] <doc-check[bot]@users.noreply.github.com>
2026-05-13 11:01:05 -04:00
..
2023-02-06 16:49:33 +00:00