mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-03-14 06:20:27 +03:00
04/17/2019
This commit is contained in:
parent
e0c97f33f3
commit
2f61ba7bcd
@ -15,6 +15,10 @@
|
||||
| [](https://hub.docker.com/_/nextcloud) | [](https://github.com/EpicMorg/docker-scripts/tree/master/nextcloud) | [](https://hub.docker.com/r/epicmorg/nextcloud/ ) | Just fixed `nextcloud:latest` release.
|
||||
|
||||
## Changelog
|
||||
* 04/17/2019
|
||||
* bitbucket `6.2.0`
|
||||
* jira `8.1.0`
|
||||
* confluence `6.15.2`
|
||||
* 04/10/2019
|
||||
* fixed some scripts. added php7.2 tag for `websites`.
|
||||
* added zabbix containers. why not.
|
||||
|
@ -42,7 +42,7 @@ RUN apt-get clean autoclean
|
||||
RUN apt-get autoremove -y
|
||||
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
|
||||
|
||||
COPY . /tmp
|
||||
|
@ -42,7 +42,7 @@ RUN apt-get clean autoclean
|
||||
RUN apt-get autoremove -y
|
||||
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
|
||||
|
||||
COPY . /tmp
|
||||
|
@ -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.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
|
||||
|
||||
COPY . /tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user