Skip to content

Commit 89ff92c

Browse files
committed
Address comments for Dockerfile and helloWorld.html
1 parent 93d8795 commit 89ff92c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OracleHTTPServer/dockerfiles/14.1.2.0.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
#
3838
# $ docker build --force-rm=true --no-cache=true --rm=true -t oracle/ohs:14.1.2.0.0 .
3939
#
40-
# Pull serverjre:8 base image
41-
# -----------------------------------
42-
FROM oracle/jdk:17.0.14
40+
# Pull JDK 17 image from OCR as base image
41+
# -----------------------------------------
42+
FROM container-registry.oracle.com/java/jdk:17.0.14
4343

4444
# Environment variables required for this build (do NOT change)
4545
# ----------------------------------------------

OracleHTTPServer/dockerfiles/14.1.2.0.0/container-scripts/helloWorld.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</HEAD>
88
<BODY>
99
<H1>Oracle HTTP Server Test</H1>
10-
<P>Welcome to Hello world!!! Test is successful</P>
10+
<P>Welcome to Hello World!!! Test is successful</P>
1111
</BODY>
1212
</HTML>

0 commit comments

Comments
 (0)