v2.0.1 — security patch (Docker Hub CVE false positives)
Patch release: clears two false-positive vulnerability findings reported by Docker Hub against bun4uk/chadmin:2.0.0, and adopts the consolidated Dockerfile refactor merged via #2.
What changed
- #2 by @everythings-gonna-be-alright — Single multi-stage
docker/Dockerfilewithbase(php-fpm only) andaio(php-fpm + nginx + supervisord) targets. AIO image now runs as the unprivilegedchadminuser (UID 1984).docker/dev+docker/prodconfigs consolidated underdocker/configs/. - CVE-2023-27482 (Home Assistant Supervisor name collision with Alpine
apk:supervisor) — declarednot_affectedvia OpenVEX (vex/chadmin.openvex.json), attached to the published image as a sigstore attestation by the publish workflow. - CVE-2026-24049 (
wheel.cli.unpackpath traversal) — cleared by removing the vendoredwheel-*.dist-infoinsidepy3-setuptools. The vendored copy is metadata only — no Python source — so removal is safe; setuptools ≥70.1 uses its ownbdist_wheeland never imports_vendor/wheelat runtime. Same CVE is also declarednot_affectedin the OpenVEX statement as a backup.
Docker
docker pull bun4uk/chadmin:2.0.1 # or :latestDrop-in upgrade from 2.0.0 — no behaviour changes.