Skip to content

Commit

Permalink
oraclelinux 7.x is the last to support Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanHart committed Jul 1, 2020
1 parent 7087e54 commit bb804f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OracleJava/java-8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# Dockerfile for creating Oracle JDK 1.8_151 Images based on OL latest
#
FROM oraclelinux:latest
FROM oraclelinux:7.8

MAINTAINER Dirk Nachbar <https://dirknachbar.blogspot.com>

ENV JAVA_PKG=jdk-8u151-linux-x64.tar.gz \
ENV JAVA_PKG=jdk-8u241-linux-x64.tar.gz \
JAVA_HOME=/usr/java/default

ADD $JAVA_PKG /usr/java/
Expand Down

0 comments on commit bb804f1

Please sign in to comment.