-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.1/akamai-1.1.1-linuxamd64' | ||
export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.2/akamai-1.1.2-linuxamd64' | ||
|
||
export AKAMAI_INSTALL_FOLDER_PATH='/opt/akamai' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.4.0.zip' | ||
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.4.2.zip' | ||
|
||
export CONSUL_INSTALL_FOLDER_PATH='/opt/consul' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.11.4.linux-amd64.tar.gz' | ||
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz' | ||
|
||
export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_linux_amd64.zip' | ||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_linux_amd64.zip' | ||
|
||
export PACKER_INSTALL_FOLDER_PATH='/opt/packer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz' | ||
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz' | ||
|
||
export RUBY_INSTALL_FOLDER_PATH='/opt/ruby' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash -e | ||
|
||
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.2/VBoxGuestAdditions_6.0.2.iso' | ||
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.4/VBoxGuestAdditions_6.0.4.iso' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen' | |
export CLOUD_JENKINS_GIT_USER_EMAIL='[email protected]' | ||
|
||
export CLOUD_JENKINS_NODE_JS_INSTALL_FOLDER_PATH="${NODE_JS_INSTALL_FOLDER_PATH}" | ||
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.0' | ||
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1' | ||
|
||
export CLOUD_USERS=( | ||
'centos' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen' | |
export CLOUD_JENKINS_GIT_USER_EMAIL='[email protected]' | ||
|
||
export CLOUD_JENKINS_NODE_JS_INSTALL_FOLDER_PATH="${NODE_JS_INSTALL_FOLDER_PATH}" | ||
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.0' | ||
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1' | ||
|
||
export CLOUD_USERS=( | ||
'centos' | ||
|