Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec6774b

Browse files
changed WDT release URL for latest release (#1843)
1 parent ebd0aa5 commit ec6774b

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

‎docs-source/content/samples/simple/domains/model-in-image/prerequisites.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ weight: 1
144144
```
145145
$ cd /tmp/mii-sample/model-images
146146

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

150150
$ curl -m 120 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.9.1/imagetool.zip \

‎docs/2.5.0/index.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎docs/2.5.0/samples/simple/domains/model-in-image/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3096,7 +3096,7 @@ <h3 id="prerequisites-for-all-domain-types">Prerequisites for all domain types</
30963096
<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>
30973097
<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>
30983098
<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>
3099-
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.8.0/weblogic-deploy.zip \
3099+
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip \
31003100
-o /tmp/mii-sample/model-images/weblogic-deploy.zip
31013101
$ curl -m 30 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.8.4/imagetool.zip \
31023102
-o /tmp/mii-sample/model-images/imagetool.zip

‎docs/2.6.0/index.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎docs/2.6.0/samples/simple/domains/model-in-image/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3092,7 +3092,7 @@ <h3 id="prerequisites-for-all-domain-types">Prerequisites for all domain types</
30923092
<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>
30933093
<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>
30943094
<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>
3095-
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.8.0/weblogic-deploy.zip \
3095+
<pre><code>$ curl -m 30 -fL https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip \
30963096
-o /tmp/mii-sample/model-images/weblogic-deploy.zip
30973097
$ curl -m 30 -fL https://github.com/oracle/weblogic-image-tool/releases/download/release-1.8.4/imagetool.zip \
30983098
-o /tmp/mii-sample/model-images/imagetool.zip

‎kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/create-domain-script.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# default: 1.9.1
4949
#
5050
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
51-
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE
51+
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE
5252
#
5353
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
5454
# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -78,7 +78,7 @@ WDT_DIR=${WDT_DIR:-/shared/wdt}
7878
WDT_VERSION=${WDT_VERSION:-1.9.1}
7979

8080
WDT_INSTALL_ZIP_FILE="${WDT_INSTALL_ZIP_FILE:-weblogic-deploy.zip}"
81-
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"}
81+
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}
8282

8383
# using "-" instead of ":-" in case proxy vars are explicitly set to "".
8484
https_proxy=${https_proxy-""}

‎kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt/create-domain-script.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# default: weblogic-deploy.zip
4646
#
4747
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
48-
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/$WDT_INSTALL_ZIP_FILE
48+
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/$WDT_INSTALL_ZIP_FILE
4949
#
5050
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
5151
# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -77,7 +77,7 @@ WDT_DIR=${WDT_DIR:-/shared/wdt}
7777
WDT_VERSION=${WDT_VERSION:-1.9.1}
7878

7979
WDT_INSTALL_ZIP_FILE="${WDT_INSTALL_ZIP_FILE:-weblogic-deploy.zip}"
80-
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"}
80+
WDT_INSTALL_ZIP_URL=${WDT_INSTALL_ZIP_URL:-"https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION/$WDT_INSTALL_ZIP_FILE"}
8181

8282
# using "-" instead of ":-" in case proxy vars are explicitly set to "".
8383
https_proxy=${https_proxy-""}

‎new-integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/primitive/InstallParams.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class InstallParams {
1414

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

‎new-integration-tests/src/test/resources/bash-scripts/wdt-create-domain-onpv.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# default: weblogic-deploy.zip
4646
#
4747
# WDT_INSTALL_ZIP_URL URL for downloading WDT install zip
48-
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/$WDT_INSTALL_ZIP_FILE
48+
# default: https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/$WDT_INSTALL_ZIP_FILE
4949
#
5050
# https_proxy Proxy for downloading WDT_INSTALL_ZIP_URL.
5151
# default: "http://www-proxy-hqdc.us.oracle.com:80"
@@ -99,7 +99,7 @@ if [ -z "${WDT_VERSION+x}" ] || [ ${WDT_VERSION} == "latest" ]; then
9999
done
100100
done
101101
else
102-
WDT_BASE_URL="https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-$WDT_VERSION"
102+
WDT_BASE_URL="https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-$WDT_VERSION"
103103
fi
104104

105105

‎src/integration-tests/introspector/util_download_mii_tools.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# and 'https://github.com/oracle/weblogic-image-tool/releases/latest' respectively.
2525
#
2626
# To override an installer URL, export the URL env to point to a specific zip file, for example:
27-
# export WDT_INSTALLER_URL=https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-1.9.1/weblogic-deploy.zip
27+
# export WDT_INSTALLER_URL=https://github.com/oracle/weblogic-deploy-tooling/releases/download/release-1.9.3/weblogic-deploy.zip
2828
#
2929

3030
set -o pipefail

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /