diff --git a/Dockerfile b/Dockerfile index 25e2ee0..9a48fc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # ###################################################### -FROM quantumobject/docker-baseimage:15.10 +FROM ubuntu:trusty MAINTAINER Matthew Vaughn RUN apt-get -y update && \ diff --git a/Makefile b/Makefile index 30c955b..6a8b019 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ sdk_version := $(shell cat VERSION) api_version := v2 api_release := 2.1.6 -api_branch := cyverse TENANT_NAME := 'Cyverse' TENANT_KEY := 'iplantc.org' @@ -22,7 +21,7 @@ all: $(SOURCES) foundation-cli: git-test echo "Fetching foundation-cli source..." if [ ! -d "$(OBJ)" ]; then \ - git clone -b ${api_branch} -q https://bitbucket.org/taccaci/foundation-cli ;\ + git clone -b cyverse -q https://bitbucket.org/taccaci/foundation-cli ;\ rm -rf foundation-cli/.git ;\ cp -R foundation-cli $(OBJ); \ fi diff --git a/cyverse-cli.tgz b/cyverse-cli.tgz index debbba3..22126f3 100644 Binary files a/cyverse-cli.tgz and b/cyverse-cli.tgz differ diff --git a/docs/install-sdk.md b/docs/install-sdk.md index 6f6a3d2..db7e82a 100644 --- a/docs/install-sdk.md +++ b/docs/install-sdk.md @@ -48,7 +48,7 @@ Verify that the CLI is available Typing ```cyverse-sdk-info``` should return a response resembling this: ``` -Cyverse CLI v1.0.1 +Cyverse CLI v1.0.10 For use with: Tenant: iplantc.org Agave API: v2/2.1.6+