Browse Source

Remove "latest" tag from "docker-dev"

	# "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/)

This is just to further solidify the idea that "docker-dev" is _not_ for the latest and greatest builds of `github.com/docker/docker`.
Tianon Gravi 10 years ago
parent
commit
465699f443
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")