Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from ffquintella/Version_8.2.4
Browse files Browse the repository at this point in the history
UPD -> 8.1.2 => 8.2.4
  • Loading branch information
FlavioMattos authored Jul 18, 2019
2 parents 8ec11b2 + 5a4df47 commit 52ad8d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 4 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ FROM ffquintella/docker-puppet:latest

MAINTAINER Felipe Quintella <[email protected]>

LABEL version="8.1.2.1"
LABEL description="This image contais the jira application to be used \
as a server."

LABEL version="8.2.4.1"
LABEL description="This image contais the jira application to be used as a server."

ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8

#https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.1.0.tar.gz

ENV JAVA_HOME "/opt/java_home/java_home"
ENV JIRA_VERSION "8.1.2"
ENV JIRA_VERSION "8.2.4"

ENV JIRA_INSTALLDIR "/opt/jira"
ENV JIRA_HOME "/opt/jira-home"
ENV JIRA_CHECKSUM "f045c6c1ef35f6d11a84409286fb3bad"
Expand All @@ -26,7 +23,6 @@ ENV FACTER_JIRA_INSTALLDIR $JIRA_INSTALLDIR
ENV FACTER_JIRA_HOME $JIRA_HOME
ENV FACTER_JIRA_DOWNLOAD_URL $JIRA_DOWNLOAD_URL

#https://download.oracle.com/otn/java/jdk/8u212-b10/59066701cf1a433da9770636fbc4c9aa/jre-8u212-linux-x64.rpm

ENV FACTER_JAVA_HOME "/opt/java_home"
ENV FACTER_JAVA_VERSION "8"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Current branch: latest

* `8.2.4.1`
* `8.1.2.1`,`8.1.1.1`,`8.1.0.1`
* `7.11.1.1`
* `7.8.1.1`
Expand All @@ -24,7 +25,8 @@ Dockerfiles to build [Jira](https://www.atlassian.com/software/jira)

### Version

* Version: `8.1.2.1` - Latest: Upgrade - 8.1.1 -> 8.1.2;
* Version: `8.2.4.1` - Latest: Upgrade - 8.1.2 -> 8.2.4;
* Version: `8.1.2.1` - Upgrade - 8.1.1 -> 8.1.2;
* Version: `8.1.1.1` - Upgrade - 8.1.0 -> 8.1.1;
* Version: `8.1.0.1` - Upgrade - 7.11.1 -> 8.1.0; Changed java to openjdk-1.8.0.212
* Version: `7.11.1.1` - Upgrade - 7.8.1 -> 7.11.1; Upgraded java to 8u181
Expand Down Expand Up @@ -103,7 +105,7 @@ If you want to add more certs to it ou can mount this file.
> Some basic configurations are allowed to configure the system and make it easier to change at docker command line
* JAVA_HOME "/opt/java_home" - Java install dir
* JIRA_VERSION "8.1.2" - Version of jira
* JIRA_VERSION "8.2.4" - Version of jira
* JIRA_INSTALLDIR "/opt/jira"
* JIRA_HOME "/opt/jira-home"
* JVM_MINIMUM_MEMORY 1024m - Java memory parameter, changing this is needed for larger installs
Expand Down

0 comments on commit 52ad8d1

Please sign in to comment.