Updated jira version
This commit is contained in:
parent
4a263c358e
commit
b9ce1370b1
2 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:20.04
|
|||
|
||||
ENV JIRA_HOME="/var/jira" \
|
||||
DOWNLOAD_URL="https://product-downloads.atlassian.com/software/jira/downloads" \
|
||||
JIRA_RELEASE="8.8.0"
|
||||
JIRA_RELEASE="8.22.2"
|
||||
ADD resources /tmp/resources
|
||||
RUN /tmp/resources/install.sh
|
||||
|
||||
|
|
|
@ -39,4 +39,9 @@
|
|||
"-jar" "target/uberjar/c4k-jira-standalone.jar"
|
||||
"-H:ResourceConfigurationFiles=graalvm-resource-config.json"
|
||||
"-H:Log=registerResource"
|
||||
"-H:Name=target/graalvm/${:name}"]})
|
||||
"-H:Name=target/graalvm/${:name}"]
|
||||
"inst" ["shell" "sudo"
|
||||
"install"
|
||||
"-m=755"
|
||||
"target/uberjar/c4k-jira-standalone.jar"
|
||||
"/usr/local/bin/c4k-jira-standalone.jar"]})
|
||||
|
|
Reference in a new issue