Procházet zdrojové kódy

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 před 11 roky
rodič
revize
806cbec167
1 změnil soubory, kde provedl 5 přidání a 7 odebrání
  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")