Page MenuHomeDevCentral

D2057.id5192.diff
No OneTemporary

D2057.id5192.diff

diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
# Changelog
+**4.3.2**
+- openfire: upgrade to 4.3.2
+
**4.2.3**
- openfire: upgrade to 4.2.3
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM gizmotronic/oracle-java:8u161
MAINTAINER gizmotronic@gmail.com
-ENV OPENFIRE_VERSION=4.2.3 \
+ENV OPENFIRE_VERSION=4.3.2 \
OPENFIRE_USER=openfire \
OPENFIRE_DATA_DIR=/var/lib/openfire \
OPENFIRE_LOG_DIR=/var/log/openfire
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# gizmotronic/openfire:4.2.3
+# nasqueron/openfire:4.3.2
- [Introduction](#introduction)
- [Contributing](#contributing)
@@ -13,6 +13,8 @@
# Introduction
+This image is a fork of gizmotronic/openfire to keep an up-to-date version.
+
`Dockerfile` to create a [Docker](https://www.docker.com/) container image for [Openfire](http://www.igniterealtime.org/projects/openfire/).
Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.
@@ -43,16 +45,16 @@
## Installation
-Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/gizmotronic/openfire) and is the recommended method of installation.
+Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/nasqueron/openfire) and is the recommended method of installation.
```bash
-docker pull gizmotronic/openfire:4.2.3
+docker pull nasqueron/openfire:4.3.2
```
Alternatively you can build the image yourself.
```bash
-docker build -t gizmotronic/openfire github.com/gizmotronic/docker-openfire
+docker build -t nasqueron/openfire github.com/nasqueron/docker-openfire
```
## Quickstart
@@ -63,7 +65,7 @@
docker run --name openfire -d --restart=always \
--publish 9090:9090 --publish 5222:5222 --publish 7777:7777 \
--volume /srv/docker/openfire:/var/lib/openfire \
- gizmotronic/openfire:4.2.3
+ nasqueron/openfire:4.3.2
```
*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/)*
@@ -90,7 +92,7 @@
```bash
docker run -name openfire -d \
[DOCKER_OPTIONS] \
- gizmotronic/openfire:4.2.3 \
+ nasqueron/openfire:4.3.2 \
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
```
@@ -111,7 +113,7 @@
1. Download the updated Docker image:
```bash
- docker pull gizmotronic/openfire:4.2.3
+ docker pull nasqueron/openfire:4.3.2
```
2. Stop the currently running image:
@@ -131,7 +133,7 @@
```bash
docker run -name openfire -d \
[OPTIONS] \
- gizmotronic/openfire:4.2.3
+ nasqueron/openfire:4.3.2
```
## Shell Access
diff --git a/VERSION b/VERSION
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.2.3
+4.3.2
diff --git a/docker-compose.yml b/docker-compose.yml
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
openfire:
- image: gizmotronic/openfire:4.2.3
+ image: nasqueron/openfire:4.3.2
ports:
- "9090:9090/tcp"
- "9091:9091/tcp"

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 20:42 (21 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2254362
Default Alt Text
D2057.id5192.diff (3 KB)

Event Timeline