This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
c4k-jira/infrastructure/docker-jira/image/Dockerfile

10 lines
231 B
Docker
Raw Normal View History

2021-07-05 09:09:42 +00:00
FROM ubuntu:20.04
ENV JIRA_HOME="/var/jira" \
DOWNLOAD_URL="https://product-downloads.atlassian.com/software/jira/downloads" \
2022-05-20 13:48:24 +00:00
JIRA_RELEASE="8.22.2"
2021-07-05 09:09:42 +00:00
ADD resources /tmp/resources
RUN /tmp/resources/install.sh
USER 901:901