diff --git a/libmachine/provision/centos.go b/libmachine/provision/centos.go index 14f6138c32..8226cd1ab9 100644 --- a/libmachine/provision/centos.go +++ b/libmachine/provision/centos.go @@ -8,7 +8,7 @@ const ( // TODO: eventually the RPM install process will be integrated // into the get.docker.com install script; for now // we install via vendored RPMs - 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" + dockerCentosRPMPath = "https://get.docker.com/rpm/1.7.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm" ) func init() { diff --git a/libmachine/provision/fedora.go b/libmachine/provision/fedora.go index 0af6f7b328..1b71cb6232 100644 --- a/libmachine/provision/fedora.go +++ b/libmachine/provision/fedora.go @@ -8,7 +8,7 @@ const ( // TODO: eventually the RPM install process will be integrated // into the get.docker.com install script; for now // we install via vendored RPMs - 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" + dockerFedoraRPMPath = "https://get.docker.com/rpm/1.7.0/fedora-21/RPMS/x86_64/docker-engine-1.7.0-1.fc21.x86_64.rpm" ) func init() { diff --git a/libmachine/provision/redhat.go b/libmachine/provision/redhat.go index d0ac17fe82..c583635af1 100644 --- a/libmachine/provision/redhat.go +++ b/libmachine/provision/redhat.go @@ -19,7 +19,7 @@ const ( // TODO: eventually the RPM install process will be integrated // into the get.docker.com install script; for now // we install via vendored RPMs - 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" + dockerRHELRPMPath = "https://get.docker.com/rpm/1.7.0/centos-7/RPMS/x86_64/docker-engine-1.7.0-1.el7.centos.x86_64.rpm" ) func init() {