Skip to content

Conversation

arindam-bandyopadhyay
Copy link
Member

No description provided.

@Djelibeybi Djelibeybi self-requested a review May 26, 2017 20:17
Copy link
Contributor

@Djelibeybi Djelibeybi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the SSL configuration of the download location for the binaries.

# Setup password file
# Enable DAS
RUN yum -y install wget unzip java-1.8.0-openjdk-devel && \
wget --quiet --no-check-certificate $GLASSFISH_URL && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the --no-check-certificate parameter to wget. It is not acceptable to bypass SSL/TLS certificate validation when downloading binaries.

# Setup password file
# Enable DAS
RUN yum -y install wget unzip java-1.8.0-openjdk-devel && \
wget --quiet --no-check-certificate $GLASSFISH_URL && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the --no-check-certificate parameter to wget. It is not acceptable to bypass SSL/TLS certificate validation when downloading binaries.

# Install packages, download and extract GlassFish
# Setup password file
# Enable DAS
RUN yum -y install wget unzip java-1.8.0-openjdk-devel && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the requirement for wget and just use curl instead which is already in the 7-slim image.

# Install packages, download and extract GlassFish
# Setup password file
# Enable DAS
RUN yum -y install wget unzip java-1.8.0-openjdk-devel && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the requirement for wget and just use curl instead which is already in the 7-slim image.

@Djelibeybi Djelibeybi merged commit 0986f09 into oracle:master Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants