1. 19 Oct, 2017 1 commit
    • Stan Hu's avatar
      Fix inability to delete container registry tags · b7e35033
      Stan Hu authored
      Because container registry tags can have periods, the addition of the `.json`
      format caused ambiguity. Since the tag name regex is greedy, it would attempt
      to locate an image named `foo.json` instead of `foo`.
      
      Closes #39260
      b7e35033
  2. 18 Oct, 2017 24 commits
  3. 17 Oct, 2017 15 commits