This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ffquintella/Version_8.2.4
UPD -> 8.1.2 => 8.2.4
- Loading branch information
Showing
2 changed files
with
8 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
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