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

Build aem-base from Centos6 #1

Closed
ozbillwang opened this issue Sep 3, 2015 · 0 comments
Closed

Build aem-base from Centos6 #1

ozbillwang opened this issue Sep 3, 2015 · 0 comments

Comments

@ozbillwang
Copy link

@ggotti

Could I recommend to build aem-base image from Centos6 directly? I mean replace From ariya/centos6-oracle-jre7 and add below in Dockerfile directly?

If you are fine with this idea, I will raise pull request.

I copy it from ariya/centos6-oracle-jre7's Dockerfile.

FROM centos:centos7
RUN yum -y install wget && \
    wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u76-b13/jre-7u76-linux-x64.rpm && \
    echo "02ec5613512692c3d0c41fde4484d4e3  jre-7u76-linux-x64.rpm" >> MD5SUM && \
    md5sum -c MD5SUM && \
    rpm -Uvh jre-7u76-linux-x64.rpm && \
    yum -y remove wget && \
    rm -f jre-7u76-linux-x64.rpm MD5SUM
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

No branches or pull requests

1 participant