Skip to content

Commit

Permalink
Merge pull request kubevirt#790 from rmohr/pin_cli
Browse files Browse the repository at this point in the history
Pin kubevirtci client to a specific version
  • Loading branch information
davidvossel authored Mar 6, 2018
2 parents 75d1270 + 7e56318 commit bdbb365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/k8s-1.9.3/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function _main_ip() {
echo 127.0.0.1
}

_cli='docker run --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock rmohr/cli:latest'
_cli='docker run --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock rmohr/cli@sha256:bf31833995e4905f9c64ff0e76602b230516455a3ffca559eef17ad2b2b49a4a'

function up() {
# Add one, 0 here means no node at all, but in the kubevirt repo it means master-only
Expand Down Expand Up @@ -70,5 +70,5 @@ function _kubectl() {
}

function down() {
docker run --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock rmohr/cli:latest rm
${_cli} rm
}

0 comments on commit bdbb365

Please sign in to comment.