From e64acb3def61cde2c96d83cea45b04a00548f38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Stamenkovi=C4=87?= Date: Tue, 17 Jan 2017 16:43:39 +0100 Subject: [PATCH] Upgrade to 4.0.4 --- Changelog.md | 4 ++-- Dockerfile | 2 +- README.md | 10 +++++----- VERSION | 2 +- docker-compose.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Changelog.md b/Changelog.md index d62d094..0392455 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ # Changelog -**3.10.3** -- openfire: upgrade to 3.10.3 +**4.0.4** +- openfire: upgrade to 4.0.4 **3.10.2-1** - persistent data volume moved to `/var/lib/openfire` diff --git a/Dockerfile b/Dockerfile index f10a147..a472865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:14.04.20170110 MAINTAINER sameer@damagehead.com -ENV OPENFIRE_VERSION=3.10.3 \ +ENV OPENFIRE_VERSION=4.0.4 \ OPENFIRE_USER=openfire \ OPENFIRE_DATA_DIR=/var/lib/openfire \ OPENFIRE_LOG_DIR=/var/log/openfire diff --git a/README.md b/README.md index e2ac048..0b88b3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/openfire/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/openfire) -# sameersbn/openfire:3.10.3-18 +# sameersbn/openfire:4.0.4 - [Introduction](#introduction) - [Contributing](#contributing) @@ -48,7 +48,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co > **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/openfire) ```bash -docker pull sameersbn/openfire:3.10.3-18 +docker pull sameersbn/openfire:4.0.4 ``` Alternatively you can build the image yourself. @@ -65,7 +65,7 @@ Start Openfire using: docker run --name openfire -d --restart=always \ --publish 9090:9090 --publish 5222:5222 --publish 7777:7777 \ --volume /srv/docker/openfire:/var/lib/openfire \ - sameersbn/openfire:3.10.3-18 + sameersbn/openfire:4.0.4 ``` *Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)* @@ -102,7 +102,7 @@ To upgrade to newer releases: 1. Download the updated Docker image: ```bash - docker pull sameersbn/openfire:3.10.3-18 + docker pull sameersbn/openfire:4.0.4 ``` 2. Stop the currently running image: @@ -122,7 +122,7 @@ To upgrade to newer releases: ```bash docker run -name openfire -d \ [OPTIONS] \ - sameersbn/openfire:3.10.3-18 + sameersbn/openfire:4.0.4 ``` ## Shell Access diff --git a/VERSION b/VERSION index f84e6ae..c5106e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.3-18 +4.0.4 diff --git a/docker-compose.yml b/docker-compose.yml index c288187..0204e98 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ Openfire: - image: sameersbn/openfire:3.10.3-18 + image: sameersbn/openfire:4.0.4 ports: - "9090:9090" - "5222:5222"