Merge pull request #1360 from ehazlett/update-rpms

provisioning: update rpms for RC3
This commit is contained in:
Evan Hazlett 2015-06-15 16:18:34 -04:00
commit 4b2cd762a5
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ const (
// TODO: eventually the RPM install process will be integrated // TODO: eventually the RPM install process will be integrated
// into the get.docker.com install script; for now // into the get.docker.com install script; for now
// we install via vendored RPMs // we install via vendored RPMs
dockerCentosRPMPath = "https://test.docker.com/rpm/1.7.0-rc1/centos-7/RPMS/x86_64/docker-engine-1.7.0-0.1.rc1.el7.centos.x86_64.rpm" dockerCentosRPMPath = "https://test.docker.com/rpm/1.7.0-rc3/centos-7/RPMS/x86_64/docker-engine-1.7.0-0.3.rc3.el7.centos.x86_64.rpm"
) )
func init() { func init() {

View File

@ -8,7 +8,7 @@ const (
// TODO: eventually the RPM install process will be integrated // TODO: eventually the RPM install process will be integrated
// into the get.docker.com install script; for now // into the get.docker.com install script; for now
// we install via vendored RPMs // we install via vendored RPMs
dockerFedoraRPMPath = "https://test.docker.com/rpm/1.7.0-rc1/fedora-21/RPMS/x86_64/docker-engine-1.7.0-0.1.rc1.fc21.x86_64.rpm" dockerFedoraRPMPath = "https://test.docker.com/rpm/1.7.0-rc3/fedora-21/RPMS/x86_64/docker-engine-1.7.0-0.3.rc3.fc21.x86_64.rpm"
) )
func init() { func init() {

View File

@ -19,7 +19,7 @@ const (
// TODO: eventually the RPM install process will be integrated // TODO: eventually the RPM install process will be integrated
// into the get.docker.com install script; for now // into the get.docker.com install script; for now
// we install via vendored RPMs // we install via vendored RPMs
dockerRHELRPMPath = "https://test.docker.com/rpm/1.7.0-rc1/centos-7/RPMS/x86_64/docker-engine-1.7.0-0.1.rc1.el7.centos.x86_64.rpm" dockerRHELRPMPath = "https://test.docker.com/rpm/1.7.0-rc3/centos-7/RPMS/x86_64/docker-engine-1.7.0-0.3.rc3.el7.centos.x86_64.rpm"
) )
func init() { func init() {