Browse Source

Merge pull request #711 from tianon/deprecate-docker-dev-latest

Remove "latest" tag from "docker-dev"
yosifkit 10 years ago
parent
commit
4e9cd0e7ec
1 changed files with 3 additions and 1 deletions
  1. 3 1
      library/docker-dev

+ 3 - 1
library/docker-dev

@@ -3,6 +3,8 @@
 1.6.0: git://github.com/docker/[email protected]
 1.6: git://github.com/docker/[email protected]
 1: git://github.com/docker/[email protected]
-latest: git://github.com/docker/[email protected]
+
+# "latest" intentionally missing, since "docker-dev:latest" implies (IMO) the "latest development image", which these builds never will be
+# if that is what you are after, see "dockercore/docker" (https://registry.hub.docker.com/u/dockercore/docker/)
 
 # "supported": one tag per major, only upstream-supported majors (which is currently only "latest")