ITADN

What's up docker discrepancies

#1189Openionesculiviucristian 创建于 2025-10-30
bugcommunitytriage
**Describe the bug** I am using what's up docker and it shows that the latest version is 2.37.0 when is actually 0.47.1 **To Reproduce** Just run whats-up docker using the image <img width="2696" height="486" alt="Image" src="https://github.com/user-attachments/assets/0f135303-dad5-4088-b682-bae55ece503b" /> ```yaml mongo-prometheus-exporter: command: - "--mongodb.uri=mongodb://mongo:27017" depends_on: - "mongo" environment: MONGODB_PASSWORD: "${MONGO_EXPORTER_USER_PASSWORD:?err}" MONGODB_USER: "${MONGO_EXPORTER_USER:?err}" TZ: "${TZ:?err}" image: "percona/mongodb_exporter:${MONGO_PROMETHEUS_EXPORTER_VERSION:?err}" labels: wud.tag.include: "^\\d+\\.\\d+\\.\\d+$$" networks: - "mongo" - "prometheus" restart: "unless-stopped" ``` **Expected behavior** To see the latest, correct version
2 条评论