Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ weight: 1
```
$ cd /tmp/mii-sample/model-images

$ curl -m 120 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/weblogic-deploy.zip \
$ curl -m 120 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip \
-o /tmp/mii-sample/model-images/weblogic-deploy.zip

$ curl -m 120 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.9.1/imagetool.zip \
Expand Down
2 changes: 1 addition & 1 deletion docs/2.5.0/index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3096,7 +3096,7 @@ <h3 id="prerequisites-for-all-domain-types">Prerequisites for all domain types</
<p>Download the latest WebLogic Deploying Tooling and WebLogic Image Tool installer ZIP files to your <code>/tmp/mii-sample/model-images</code> directory.</p>
<p>Both WDT and WIT are required to create your Model in Image Docker images. Download the latest version of each tool&rsquo;s installer ZIP file to the <code>/tmp/mii-sample/model-images</code> directory.</p>
<p>For example, visit the GitHub <a href="https://github.com/oracle/weblogic-deploy-tooling/releases">WebLogic Deploy Tooling Releses</a> and <a href="https://github.com/oracle/weblogic-image-tool/releases">WebLogic Image Tool Releases</a> web pages to determine the latest release version for each, and then, assuming the version numbers are <code>1.8.0</code> and <code>1.8.4</code> respectively, call:</p>
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.8.0/weblogic-deploy.zip \
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip \
-o /tmp/mii-sample/model-images/weblogic-deploy.zip
$ curl -m 30 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.8.4/imagetool.zip \
-o /tmp/mii-sample/model-images/imagetool.zip
Expand Down
2 changes: 1 addition & 1 deletion docs/2.6.0/index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ <h3 id="prerequisites-for-all-domain-types">Prerequisites for all domain types</
<p>Download the latest WebLogic Deploying Tooling and WebLogic Image Tool installer ZIP files to your <code>/tmp/mii-sample/model-images</code> directory.</p>
<p>Both WDT and WIT are required to create your Model in Image Docker images. Download the latest version of each tool&rsquo;s installer ZIP file to the <code>/tmp/mii-sample/model-images</code> directory.</p>
<p>For example, visit the GitHub <a href="https://github.com/oracle/weblogic-deploy-tooling/releases">WebLogic Deploy Tooling Releses</a> and <a href="https://github.com/oracle/weblogic-image-tool/releases">WebLogic Image Tool Releases</a> web pages to determine the latest release version for each, and then, assuming the version numbers are <code>1.8.0</code> and <code>1.8.4</code> respectively, call:</p>
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.8.0/weblogic-deploy.zip \
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip \
-o /tmp/mii-sample/model-images/weblogic-deploy.zip
$ curl -m 30 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.8.4/imagetool.zip \
-o /tmp/mii-sample/model-images/imagetool.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# default: 1.9.1
#
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE
#
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
# default: "http://www-proxy-hqdc.us.oracle.com:80"
Expand Down Expand Up @@ -78,7 +78,7 @@ WDT_DIR=${WDT_DIR:-/shared/wdt}
WDT_VERSION=${WDT_VERSION:-1.9.1}

WDT_INSTALL_ZIP_FILE="${WDT_INSTALL_ZIP_FILE:-weblogic-deploy.zip}"
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}

# using "-" instead of ":-" in case proxy vars are explicitly set to "".
https_proxy=${https_proxy-""}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# default: weblogic-deploy.zip
#
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/$WDT_INSTALL_ZIP_FILE
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/$WDT_INSTALL_ZIP_FILE
#
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
# default: "http://www-proxy-hqdc.us.oracle.com:80"
Expand Down Expand Up @@ -77,7 +77,7 @@ WDT_DIR=${WDT_DIR:-/shared/wdt}
WDT_VERSION=${WDT_VERSION:-1.9.1}

WDT_INSTALL_ZIP_FILE="${WDT_INSTALL_ZIP_FILE:-weblogic-deploy.zip}"
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}

# using "-" instead of ":-" in case proxy vars are explicitly set to "".
https_proxy=${https_proxy-""}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class InstallParams {

// The download site location or local file system location to get the installer
// Examples:
// https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.0/weblogic-deploy.zip
// https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip
// https://github.com/oracle/weblogic-image-tool/releases/download/release-1.8.5/imagetool.zip
private String location;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# default: weblogic-deploy.zip
#
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/$WDT_INSTALL_ZIP_FILE
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/$WDT_INSTALL_ZIP_FILE
#
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
# default: "http://www-proxy-hqdc.us.oracle.com:80"
Expand Down Expand Up @@ -99,7 +99,7 @@ if [ -z "${WDT_VERSION+x}" ] || [ ${WDT_VERSION} == "latest" ]; then
done
done
else
WDT_BASE_URL="https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION"
WDT_BASE_URL="https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION"
fi


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# and 'https://github.com/oracle/weblogic-image-tool/releases/latest' respectively.
#
# To override an installer URL, export the URL env to point to a specific zip file, for example:
# export WDT_INSTALLER_URL=https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/weblogic-deploy.zip
# export WDT_INSTALLER_URL=https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip
#

set -o pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DOWNLOAD_WDT ::: When to download the WDT installer zip.
WDT_INSTALLER_URL ::: WDT installer URL
Used by './stage-tooling.sh' to obtain the WDT installer.
Set to a specific zip loc to download specific version, for example:
'https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/weblogic-deploy.zip'
'https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip'
TBD before releasing 3.0, update example version above to correspond to latest and greatest version - and/or point to where we document the supported version
Defaults to 'https://github.com/oracle/weblogic-deploy-tooling/releases/latest'

Expand Down