# nx 上帝菜单巡检第八轮 — 镜像版本验收 + 生产 nx update | 项 | 内容 | |----|------| | 日期 | 2026-06-06 | | 动机 | round6/7 改动在宿主机 git 已更新但容器镜像未重建;验收脚本 `host.docker.internal` 比较未加引号;缺升级后自动验收 | ## 变更摘要 1. **verify-1panel-install-wizard.sh**:修复 `host.docker.internal` bash 引号 bug;新增 `check_container_image_features`(install.py / install.html / NEXUS_HOST_ROOT)。 2. **nexus-1panel.sh upgrade**:已锁定环境升级成功后自动跑验收脚本。 3. **nx**:菜单 `[v]` / 子命令 `nx verify` 调用验收脚本。 ## 涉及文件 - `deploy/verify-1panel-install-wizard.sh` - `deploy/nexus-1panel.sh` - `deploy/nx` ## 迁移 / 重启 - 需 `sudo nx update` 重建镜像以使 round6/7 容器内代码生效。 ## 验证 ```bash bash -n deploy/verify-1panel-install-wizard.sh sudo nx verify sudo nx update --no-backup # 重建后 check_container_image_features 应全 PASS ```