浏览代码

Update docker-dev for consistency with other repos

This updates us to 1.3.1 and updates the tag format to bare version numbers instead of having the "v" prefix.
Tianon Gravi 11 年之前
父节点
当前提交
806cbec167
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5 7
      library/docker-dev

+ 5 - 7
library/docker-dev

@@ -1,10 +1,8 @@
 # maintainer: Tianon Gravi <[email protected]> (@tianon)
 
-latest: git://github.com/docker/[email protected]
-v1.2.0: git://github.com/docker/[email protected]
-v1.2:   git://github.com/docker/[email protected]
+1.3.1: git://github.com/docker/[email protected]
+1.3: git://github.com/docker/[email protected]
+1: git://github.com/docker/[email protected]
+latest: git://github.com/docker/[email protected]
 
-v1.0.1: git://github.com/docker/[email protected]
-v1.0:   git://github.com/docker/[email protected]
-
-# "supported": one tag per major, only upstream-supported majors
+# "supported": one tag per major, only upstream-supported majors (which is currently only "latest")