Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding glassfish nightly and nightly-web docker files #398

Merged
merged 11 commits into from
Jun 2, 2017
Merged

Adding glassfish nightly and nightly-web docker files #398

merged 11 commits into from
Jun 2, 2017

Conversation

arindam-bandyopadhyay
Copy link
Member

No description provided.

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

@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
Member

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
Member

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
Member

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
Member

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