forked from CRG-CNAG/docker-centos-perlbrew
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
MAINTAINER Luca Cozzuto <[email protected]> | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv:2 | ||
|
||
ARG JAVA_VERSION=1.8.0 | ||
ARG MAVEN_VERSION=3.3.9 | ||
|
||
ENV JAVA_HOME /usr/lib/jvm/java-openjdk | ||
|
||
# Install Redis | ||
RUN yum update -y | ||
# Install Java | ||
RUN yum install -y java-$JAVA_VERSION-openjdk java-$JAVA_VERSION-openjdk-devel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew | ||
FROM biocorecrg/amazonlinux-perlbrew:2 | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv23 | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
MAINTAINER Luca Cozzuto <[email protected]> | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv23:2 | ||
|
||
ARG JAVA_VERSION=1.8.0 | ||
ARG MAVEN_VERSION=3.3.9 | ||
|
||
ENV JAVA_HOME /usr/lib/jvm/java-openjdk | ||
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk | ||
|
||
# Install Redis | ||
RUN yum update -y | ||
# Install Java | ||
RUN yum install -y java-$JAVA_VERSION-openjdk java-$JAVA_VERSION-openjdk-devel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
MAINTAINER Luca Cozzuto <[email protected]> | ||
FROM biocorecrg/amazonlinux-perlbrew:2 | ||
|
||
ARG PYENV_ROOT=/usr/local/python | ||
ARG PYTHON_VERSION=3.6.3 | ||
ARG PYTHON2_VERSION=2.7.13 | ||
ARG PYTHON_VERSION=3.8.9 | ||
ARG PYTHON2_VERSION=2.7.18 | ||
|
||
ENV PYENV_ROOT $PYENV_ROOT | ||
|
||
|
@@ -15,7 +11,7 @@ RUN bash -c 'curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/mas | |
ENV PATH $PYENV_ROOT/bin:$PATH | ||
ENV PYTHON_VERSION $PYTHON_VERSION | ||
|
||
RUN yum install -y readline readline-devel sqlite sqlite-devel openssl openssl-devel openssl-libs tk-devel xz xz-devel libffi-devel findutils lib-devel bzip2 bzip2-devel | ||
RUN yum install -y readline readline-devel sqlite sqlite-devel openssl openssl-devel openssl-libs tk-devel xz xz-devel libffi-devel findutils zlib-devel bzip2 bzip2-devel | ||
|
||
RUN pyenv install $PYTHON_VERSION | ||
RUN pyenv install $PYTHON2_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv3 | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
MAINTAINER Luca Cozzuto <[email protected]> | ||
FROM biocorecrg/amazonlinux-perlbrew-pyenv3:2 | ||
|
||
ARG JAVA_VERSION=1.8.0 | ||
ARG MAVEN_VERSION=3.3.9 | ||
|
||
ENV JAVA_HOME /usr/lib/jvm/java-openjdk | ||
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk | ||
|
||
# Install Redis | ||
RUN yum update -y | ||
# Install Java | ||
RUN yum install -y java-$JAVA_VERSION-openjdk java-$JAVA_VERSION-openjdk-devel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
FROM biocorecrg/amazonlinux-perlbrew | ||
|
||
# File Author / Maintainer | ||
MAINTAINER Toni Hermoso Pulido <[email protected]> | ||
MAINTAINER Luca Cozzuto <[email protected]> | ||
FROM biocorecrg/amazonlinux-perlbrew:2 | ||
|
||
ARG PYENV_ROOT=/usr/local/python | ||
ARG PYTHON_VERSION=3.8.9 | ||
|
@@ -14,7 +10,7 @@ RUN bash -c 'curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/mas | |
ENV PATH $PYENV_ROOT/bin:$PATH | ||
ENV PYTHON_VERSION $PYTHON_VERSION | ||
|
||
RUN yum install -y readline readline-devel sqlite sqlite-devel openssl openssl-devel openssl-libs tk-devel xz xz-devel libffi-devel findutils lib-devel bzip2 bzip2-devel | ||
RUN yum install -y readline readline-devel sqlite sqlite-devel openssl openssl-devel openssl-libs tk-devel xz xz-devel libffi-devel findutils zlib-devel bzip2 bzip2-devel | ||
|
||
RUN pyenv install $PYTHON_VERSION | ||
|
||
|