mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-03-30 22:29:17 +03:00
jira 8
This commit is contained in:
parent
a05a48d42a
commit
e430d63c0b
11
README.md
11
README.md
@ -3,20 +3,21 @@
|
|||||||
[](https://github.com/EpicMorg/docker-scripts/issues) [](https://github.com/EpicMorg/docker-scripts/network) [](https://github.com/EpicMorg/docker-scripts/stargazers) [](https://github.com/EpicMorg/docker-scripts/blob/master/LICENSE)
|
[](https://github.com/EpicMorg/docker-scripts/issues) [](https://github.com/EpicMorg/docker-scripts/network) [](https://github.com/EpicMorg/docker-scripts/stargazers) [](https://github.com/EpicMorg/docker-scripts/blob/master/LICENSE)
|
||||||
|
|
||||||
# Products
|
# Products
|
||||||
|
|
||||||
| Application | Version | Pulls | Notes
|
| Application | Version | Pulls | Notes
|
||||||
| ------ | ------ | ------ | ------
|
| ------ | ------ | ------ | ------
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/bitbucket/latest) | [](https://hub.docker.com/r/epicmorg/bitbucket/) | Just generic `Jira Software` server. You can install servicedesk\core.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/bitbucket/latest) | [](https://hub.docker.com/r/epicmorg/bitbucket/) | Just generic `Jira Software` server. You can install servicedesk\core.
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/latest) | [](https://hub.docker.com/r/epicmorg/confluence/) | Additionaly have [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/5.6.4) and [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/5.10.4) versions.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/latest) | [](https://hub.docker.com/r/epicmorg/confluence/) | Additionaly have [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/5.6.4) and [](https://github.com/EpicMorg/docker-scripts/tree/master/confluence/5.10.4) versions.
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/jira/latest) | [](https://hub.docker.com/r/epicmorg/jira/) | Additionaly have [](https://github.com/EpicMorg/docker-scripts/tree/master/jira/7.10.0) version.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/jira/latest) | [](https://hub.docker.com/r/epicmorg/jira/) | Additionaly have [](https://github.com/EpicMorg/docker-scripts/tree/master/jira/7.10.0) version.
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/balancer) | [](https://hub.docker.com/r/epicmorg/balancer/) | Nginx mainline custom build by [Ondrej Sury](https://launchpad.net/~ondrej) with http2 support and some modules.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/balancer) | [](https://hub.docker.com/r/epicmorg/balancer/) | Nginx mainline custom build by [Ondrej Sury](https://launchpad.net/~ondrej) with http2 support and some modules.
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/websites) | [](https://hub.docker.com/r/epicmorg/websites/ ) | Latest pure apache2.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/websites) | [](https://hub.docker.com/r/epicmorg/websites/ ) | Latest pure apache2.
|
||||||
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/websites) | [](https://hub.docker.com/r/epicmorg/websites/ ) | php 7.3 custom build by [Ondrej Sury](https://launchpad.net/~ondrej). Component of container above.
|
|  | [](https://github.com/EpicMorg/docker-scripts/tree/master/websites) | [](https://hub.docker.com/r/epicmorg/websites/ ) | php 7.3 custom build by [Ondrej Sury](https://launchpad.net/~ondrej). Component of container above.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
* 02/19/2018
|
||||||
|
* jira `8.0.0`
|
||||||
* 02/14/2019
|
* 02/14/2019
|
||||||
* *jira 8 will be later!*
|
* bitbucket `5.16.0` -> `6.0.0`
|
||||||
* bitbucket `5.16.0` -> `6.0.0`. [Upgrade notes and guide](https://confluence.atlassian.com/bitbucketserver/bitbucket-server-upgrade-guide-776640551.html)!!!
|
|
||||||
* confluence `6.14.0` -> `6.14.1`
|
* confluence `6.14.0` -> `6.14.1`
|
||||||
* 02/12/2019
|
* 02/12/2019
|
||||||
* added curl binary to `balancer` and `websites` containers.
|
* added curl binary to `balancer` and `websites` containers.
|
||||||
|
@ -23,7 +23,7 @@ RUN apk add --no-cache wget curl openssh bash procps openssl perl ttf-dejavu tin
|
|||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ARG JIRA_VERSION=7.13.1
|
ARG JIRA_VERSION=8.0.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user