From 60c7173de5b0209d724a5b8ee3460d990ab8b4d9 Mon Sep 17 00:00:00 2001 From: Mr Bot Date: Sun, 14 Jul 2019 00:07:12 +0300 Subject: [PATCH] 07/14/2019 --- README.md | 3 +++ bitbucket/6.4.0/Dockerfile | 2 +- bitbucket/latest/Dockerfile | 2 +- jira/latest/Dockerfile | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06b451114..1199b4412 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bitbucket/6.4.0/Dockerfile b/bitbucket/6.4.0/Dockerfile index fab9ff5cb..524b1b266 100644 --- a/bitbucket/6.4.0/Dockerfile +++ b/bitbucket/6.4.0/Dockerfile @@ -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 diff --git a/bitbucket/latest/Dockerfile b/bitbucket/latest/Dockerfile index fab9ff5cb..524b1b266 100644 --- a/bitbucket/latest/Dockerfile +++ b/bitbucket/latest/Dockerfile @@ -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 diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index 7fff98d42..0e9885fcd 100644 --- a/jira/latest/Dockerfile +++ b/jira/latest/Dockerfile @@ -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