From b9ce1370b1d6d00525fd2ef0dab3b00d70c69e65 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 20 May 2022 15:48:24 +0200 Subject: [PATCH] Updated jira version --- infrastructure/docker-jira/image/Dockerfile | 2 +- project.clj | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/infrastructure/docker-jira/image/Dockerfile b/infrastructure/docker-jira/image/Dockerfile index d11fdea..db19996 100644 --- a/infrastructure/docker-jira/image/Dockerfile +++ b/infrastructure/docker-jira/image/Dockerfile @@ -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 diff --git a/project.clj b/project.clj index 4a9f476..8d35e8e 100644 --- a/project.clj +++ b/project.clj @@ -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"]})