07/14/2019

This commit is contained in:
Mr Bot 2019-07-14 00:07:12 +03:00
parent f2df2d2477
commit 60c7173de5
4 changed files with 7 additions and 4 deletions

View File

@ -15,6 +15,9 @@
| [![nc](https://img.shields.io/badge/nextcloud-brightgreen.svg?style=popout-square)](https://hub.docker.com/_/nextcloud) | [![nc](https://img.shields.io/badge/15.x-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/nextcloud) | [![](https://img.shields.io/docker/pulls/epicmorg/nextcloud.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/nextcloud/ ) | Just fixed `nextcloud:latest` release.
## Changelog
* 07/14/2019
* `jira` updated.
* `adopt openjdk v11` for `jira` and `bitbucket` containers. confluence still use v8.
* 07/05/2019
* `jira` updated.
* `bitbucket` updated.

View File

@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 ca-certi
#installing java
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A66C5D02
RUN echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-8-installer
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-11-installer
VOLUME ["${BITBUCKET_HOME}"]
WORKDIR $BITBUCKET_HOME

View File

@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 ca-certi
#installing java
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A66C5D02
RUN echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-8-installer
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-11-installer
VOLUME ["${BITBUCKET_HOME}"]
WORKDIR $BITBUCKET_HOME

View File

@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated gnupg2 ca-certi
#installing java
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A66C5D02
RUN echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-8-installer
RUN apt-get update && apt-get install -y --allow-unauthenticated adoptopenjdk-11-installer
VOLUME ["${JIRA_HOME}"]
WORKDIR $JIRA_HOME
@ -47,7 +47,7 @@ RUN apt-get clean autoclean
RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/*
ARG JIRA_VERSION=8.2.2
ARG JIRA_VERSION=8.2.3
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
COPY . /tmp