forked from oracle/docker-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Healthcheck to WLS images and add 14.1.1.0 JRE 8 installers (orac…
…le#1625) * Add HEALTHCHECK to Admin and Managed server containers
- Loading branch information
Showing
38 changed files
with
672 additions
and
160 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
14 changes: 14 additions & 0 deletions
14
OracleFMWInfrastructure/dockerfiles/12.2.1.3/container-scripts/get_healthcheck_url.sh
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
# | ||
#Copyright (c) 2020, Oracle and/or its affiliates. | ||
# | ||
#Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
||
if [ "$MANAGED_SERVER_CONTAINER" = "true" ] ; then | ||
echo "http://{localhost:$MANAGEDSERVER_PORT}/weblogic/ready" ; | ||
elif [ "$ADMINISTRATION_PORT_ENABLED" = "true" ] ; then | ||
echo "https://{localhost:$ADMINISTRATION_PORT}/weblogic/ready" ; | ||
else | ||
echo "http://{localhost:$ADMIN_LISTEN_PORT}/weblogic/ready" ; | ||
fi | ||
|
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
14 changes: 14 additions & 0 deletions
14
OracleFMWInfrastructure/dockerfiles/12.2.1.4/container-scripts/get_healthcheck_url.sh
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
# | ||
#Copyright (c) 2020, Oracle and/or its affiliates. | ||
# | ||
#Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
||
if [ "$MANAGED_SERVER_CONTAINER" = "true" ] ; then | ||
echo "http://{localhost:$MANAGEDSERVER_PORT}/weblogic/ready" ; | ||
elif [ "$ADMINISTRATION_PORT_ENABLED" = "true" ] ; then | ||
echo "https://{localhost:$ADMINISTRATION_PORT}/weblogic/ready" ; | ||
else | ||
echo "http://{localhost:$ADMIN_LISTEN_PORT}/weblogic/ready" ; | ||
fi | ||
|
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
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
11 changes: 11 additions & 0 deletions
11
OracleWebLogic/dockerfiles/12.2.1.3/container-scripts/get_healthcheck_url.sh
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
# | ||
#Copyright (c) 2020, Oracle and/or its affiliates. | ||
# | ||
#Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
|
||
if [ "$ADMINISTRATION_PORT_ENABLED" = "true" ] ; then | ||
echo "https://{localhost:$ADMINISTRATION_PORT}/weblogic/ready" ; | ||
else | ||
echo "http://{localhost:$ADMIN_LISTEN_PORT}/weblogic/ready" ; | ||
fi |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Download WebLogic Server Generic Installer 12.2.1.4 | ||
# | ||
# - http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html | ||
# | ||
4198256da12e06841611d9c1a1ab85eb fmw_12.2.1.4.0_wls_Disk1_1of1.zip | ||
|
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
Oops, something went wrong.