Skip to content

What's up docker discrepancies #1189

@ionesculiviucristian

Description

@ionesculiviucristian

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

Image
  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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions