04/17/2019

This commit is contained in:
Mr Bot 2019-04-17 12:41:28 +03:00
parent e0c97f33f3
commit 2f61ba7bcd
4 changed files with 7 additions and 3 deletions

View File

@ -15,6 +15,10 @@
| [![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. | [![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 ## Changelog
* 04/17/2019
* bitbucket `6.2.0`
* jira `8.1.0`
* confluence `6.15.2`
* 04/10/2019 * 04/10/2019
* fixed some scripts. added php7.2 tag for `websites`. * fixed some scripts. added php7.2 tag for `websites`.
* added zabbix containers. why not. * added zabbix containers. why not.

View File

@ -42,7 +42,7 @@ RUN apt-get clean autoclean
RUN apt-get autoremove -y RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
ARG BITBUCKET_VERSION=6.1.2 ARG BITBUCKET_VERSION=6.2.0
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
COPY . /tmp COPY . /tmp

View File

@ -42,7 +42,7 @@ RUN apt-get clean autoclean
RUN apt-get autoremove -y RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
ARG CONFLUENCE_VERSION=6.15.1 ARG CONFLUENCE_VERSION=6.15.2
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
COPY . /tmp COPY . /tmp

View File

@ -47,7 +47,7 @@ RUN apt-get clean autoclean
RUN apt-get autoremove -y RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*
ARG JIRA_VERSION=8.0.2 ARG JIRA_VERSION=8.1.0
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
COPY . /tmp COPY . /tmp