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"]})