mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
updates
This commit is contained in:
parent
a55faf713e
commit
8779139b2e
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,8 +1,16 @@
|
||||
## Changelog
|
||||
* `March-April 2020`
|
||||
* `May-july 2020`
|
||||
* Upgraded teamCity Agnet
|
||||
* Fixed Nextcloud
|
||||
* Fixed qBittorrent
|
||||
* Added websites:php7.3
|
||||
* Updated atlassian versions
|
||||
* Added `testrail` (beta release)
|
||||
* Fixed bugs
|
||||
* `March-Apr 2020`
|
||||
* Added new atlassian versions
|
||||
* Fixed bugs
|
||||
* Upgraded nginx
|
||||
* Upgraded nginx
|
||||
* `February 2020`
|
||||
* **Big rework of repositories on github**. Containers was Splited to another sub-repositories. Now current repo will be contain only fresh and latest versions of images. All older versions will be appeared in sub-repos. More fater building, less bad load to CI.
|
||||
* `fixed` all `*.sh` chmods. (sorry)
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG BITBUCKET_VERSION=7.2.3
|
||||
ARG BITBUCKET_VERSION=7.4.0
|
||||
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG BITBUCKET_VERSION=7.2.3
|
||||
ARG BITBUCKET_VERSION=7.4.0
|
||||
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG CONFLUENCE_VERSION=7.5.0
|
||||
ARG CONFLUENCE_VERSION=7.6.1
|
||||
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG CONFLUENCE_VERSION=7.5.0
|
||||
ARG CONFLUENCE_VERSION=7.6.1
|
||||
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG JIRA_VERSION=8.9.0
|
||||
ARG JIRA_VERSION=8.11.0
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG JIRA_VERSION=8.9.0
|
||||
ARG JIRA_VERSION=8.11.0
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz
|
||||
|
||||
##################################################################
|
||||
|
@ -159,7 +159,7 @@ RUN curl -SL https://packages.atlassian.com/atlassian-sdk-deb/debian/pool/contri
|
||||
# atlassian-plugin-sdk
|
||||
|
||||
##################################################################
|
||||
# Installing PHP7
|
||||
# Installing PHP7.4
|
||||
##################################################################
|
||||
#installing php repo
|
||||
RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||
@ -254,7 +254,7 @@ RUN apt-get update && \
|
||||
xsl \
|
||||
yaml && \
|
||||
ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \
|
||||
php -v
|
||||
php -v
|
||||
|
||||
##################################################################
|
||||
# Installing Composer addon
|
||||
@ -263,8 +263,8 @@ RUN cd /tmp && \
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
||||
php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \
|
||||
rm /tmp/composer-setup.php && \
|
||||
composer global require elendev/nexus-composer-push
|
||||
|
||||
composer global require elendev/nexus-composer-push && \
|
||||
composer
|
||||
|
||||
##################################################################
|
||||
# Node.js 12.x
|
||||
|
Loading…
Reference in New Issue
Block a user