Skip to content

Commit

Permalink
Add Docker 0.11.0 binary checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed May 7, 2014
1 parent e232d94 commit 57cbc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Attribute deprecations so you can be sure you can upgrade:
* [#137][]/[#138][]: Enhancement: Experimental Ubuntu 14.04 LTS support
* [#144][]: Enhancement: Experimental Amazon linux support
* Enhancement: container LWRP remove_link and remove_volume actions
* Enhancement: Add Docker 0.11.0 binary checksums

## 0.34.2

Expand Down
2 changes: 2 additions & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@
when 'Darwin'
case node['docker']['binary']['version']
when '0.10.0' then '416835b2e83e520c3c413b4b4e4ae34bca20704f085b435f4c200010dd1ac3b7'
when '0.11.0' then '9db839b56a8656cfcef1f6543e9f75b01a774fdd6a50457da20d8183d6b415fa'
end
when 'Linux'
case node['docker']['binary']['version']
when '0.10.0' then 'ce1f5bc88a99f8b2331614ede7199f872bd20e4ac1806de7332cbac8e441d1a0'
when '0.11.0' then 'f80ba82acc0a6255960d3ff6fe145a8fdd0c07f136543fcd4676bb304daaf598'
end
end
default['docker']['binary']['url'] = "http://get.docker.io/builds/#{node['kernel']['name']}/#{node['docker']['arch']}/docker-#{node['docker']['binary']['version']}"
Expand Down

0 comments on commit 57cbc97

Please sign in to comment.