Low-risk patch/minor bumps for infra images, grouped into one unit.
| Image |
Var |
Current → Latest |
nginx |
NGINX_VERSION |
1.30.0-alpine → 1.31.3-alpine3.24-perl |
milvusdb/milvus |
MILVUS_VERSION |
v2.6.15 → v2.6.20 |
quay.io/coreos/etcd |
MILVUS_ETCD_VERSION |
v3.5.25 → v3.7.0 |
docker.io/elasticsearch (RAGFlow) |
RAGFLOW_ES_VERSION |
9.4.0 → 9.4.3 |
docker.io/searxng/searxng |
SEARXNG_VERSION |
2026.5.10-df1f24fb7 → 2026.7.19-6da6eee26 |
Notes / gotchas
- Nginx: the report's latest is the
-alpine3.24-perl variant — decide whether we want the -perl flavour or the plain 1.31.x-alpine tag to match the current image shape. nginx.conf is a single-file bind-mount, so after changing the image restart the container (inode rebind) or the old config sticks.
- etcd
v3.5 → v3.7 is a minor family jump — verify Milvus v2.6.20 supports etcd 3.7 before pairing (they share a data dir).
- Milvus and RAGFlow-ES are patch bumps → lowest risk; SearXNG is date-tag based.
Definition of Done
Part of #131 · data source: #130
Low-risk patch/minor bumps for infra images, grouped into one unit.
nginxNGINX_VERSION1.30.0-alpine→1.31.3-alpine3.24-perlmilvusdb/milvusMILVUS_VERSIONv2.6.15→v2.6.20quay.io/coreos/etcdMILVUS_ETCD_VERSIONv3.5.25→v3.7.0docker.io/elasticsearch(RAGFlow)RAGFLOW_ES_VERSION9.4.0→9.4.3docker.io/searxng/searxngSEARXNG_VERSION2026.5.10-df1f24fb7→2026.7.19-6da6eee26Notes / gotchas
-alpine3.24-perlvariant — decide whether we want the-perlflavour or the plain1.31.x-alpinetag to match the current image shape.nginx.confis a single-file bind-mount, so after changing the image restart the container (inode rebind) or the old config sticks.v3.5→v3.7is a minor family jump — verify Milvusv2.6.20supports etcd 3.7 before pairing (they share a data dir).Definition of Done
docker manifest inspect <image>:<tag> | grep -c '"architecture": "arm64"'≥ 1templates/versions.envbash tests/compose/test_image_tags_exist.sh core/compose.ymlgreenAGMIND_GOLDEN_ACCEPT=1 bash tests/golden/run.sh --update --update-all(verify drift is expected)agmind doctor= 0 errorsagmind update --rollbackdevelopPart of #131 · data source: #130