
* Kubernetes element was updated to base on v1.0.6 * Docker now has its own repo and has different package name. Also it is now installed via downloadable script. TODO: Need somehow to fix docker version to 1.8.2 Change-Id: I230e9705cb850e9fb3772a67284561907d4be615 Implements: blueprint update-k8-to-v1-dib-elements Co-Authored-By: Alexey Deryugin <aderyugin@mirantis.com>
7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
install-packages curl
|
|
curl -sSL https://get.docker.com/ | sh
|