Introduce necessary changes to build Docker Ubuntu PPA using dockerbuilder and latest golang-stable.
Remarks:
The latest go in the PPAs for Quantal is 1.0.2, so for now we update the build base image to Precise where we can get go 1.0.3 (same as used in docker PPA 0.3.2 and 0.3.3).
As a consequence, Docker binary package is built using go 1.1 and the PPA package using go 1.0.3. Not ideal but does the trick for the time being.
Introduce necessary changes to build Docker Ubuntu PPA using dockerbuilder and latest golang-stable.
Remarks:
The latest go in the PPAs for Quantal is 1.0.2, so for now we update the build base image to Precise where we can get go 1.0.3 (same as used in docker PPA 0.3.2 and 0.3.3).
As a consequence, Docker binary package is built using go 1.1 and the PPA package using go 1.0.3. Not ideal but does the trick for the time being.