{
  "id": "docker/invalid-reference-format",
  "signature": "Error response from daemon: invalid reference format: repository name must be lowercase",
  "signature_zh": "守护进程错误响应：无效的引用格式：仓库名称必须为小写",
  "regex": "invalid reference format.*repository name must be lowercase",
  "domain": "docker",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The image name or tag contains uppercase letters or invalid characters, which Docker does not allow for repository names.",
  "root_cause_type": "generic",
  "root_cause_zh": "镜像名称或标签包含大写字母或无效字符，Docker 不允许仓库名称包含这些字符。",
  "versions": [
    {
      "version": "Docker 24.0.6",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Docker 25.0.3",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Docker 23.0.5",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Using quotes around the image name does not fix uppercase letters; Docker still parses them as invalid.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Changing the tag to uppercase does not help; the repository name itself must be lowercase.",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Rename the image to use only lowercase letters, numbers, and allowed symbols. Example: change 'MyApp:latest' to 'myapp:latest'.",
      "success_rate": 0.95,
      "how": "Rename the image to use only lowercase letters, numbers, and allowed symbols. Example: change 'MyApp:latest' to 'myapp:latest'.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If using docker-compose, ensure the image field is lowercase: 'image: myapp:1.0' instead of 'image: MyApp:1.0'.",
      "success_rate": 0.95,
      "how": "If using docker-compose, ensure the image field is lowercase: 'image: myapp:1.0' instead of 'image: MyApp:1.0'.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Rename the image to use only lowercase letters, numbers, and allowed symbols. Example: change 'MyApp:latest' to 'myapp:latest'.",
    "If using docker-compose, ensure the image field is lowercase: 'image: myapp:1.0' instead of 'image: MyApp:1.0'."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.docker.com/engine/reference/commandline/tag/",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.9,
  "fix_success_rate": 0.95,
  "resolvable": "true",
  "first_seen": "2024-03-05",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}