docker, boot2docker: note about updates.

docker and boot2docker generally release new versions simultaneously.
This is because boot2docker's ISO contains docker within it.

This comment just reminds people who update one to update the other.

Closes Homebrew/homebrew#31110.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Christian Höltje 2014-07-24 23:54:20 -04:00 committed by Mike McQuaid
parent d005b2f222
commit f441ef1789
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@ require "formula"
class Boot2docker < Formula
homepage "https://github.com/boot2docker/boot2docker-cli"
# Boot2docker and docker are generally updated at the same time.
# Please update the version of docker too
url "https://github.com/boot2docker/boot2docker-cli.git", :tag => "v1.1.1"
head "https://github.com/boot2docker/boot2docker-cli.git", :branch => "master"

View file

@ -2,6 +2,8 @@ require "formula"
class Docker < Formula
homepage "http://docker.io"
# Boot2docker and docker are generally updated at the same time.
# Please update the version of boot2docker too
url "https://github.com/dotcloud/docker.git", :tag => "v1.1.2"
bottle do