Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3755191
D2560.id6468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D2560.id6468.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM openjdk:17-jdk-slim-bullseye
-ENV OPENFIRE_VERSION=4.7.0 \
+ENV OPENFIRE_VERSION=4.7.1 \
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 @@
-# nasqueron/openfire:4.7.0
+# nasqueron/openfire:4.7.1
- [Introduction](#introduction)
- [Contributing](#contributing)
@@ -48,7 +48,7 @@
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 nasqueron/openfire:4.7.0
+docker pull nasqueron/openfire:4.7.1
```
Alternatively you can build the image yourself.
@@ -65,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 \
- nasqueron/openfire:4.7.0
+ nasqueron/openfire:4.7.1
```
*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/)*
@@ -92,7 +92,7 @@
```bash
docker run -name openfire -d \
[DOCKER_OPTIONS] \
- nasqueron/openfire:4.7.0 \
+ nasqueron/openfire:4.7.1 \
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
```
@@ -113,7 +113,7 @@
1. Download the updated Docker image:
```bash
- docker pull nasqueron/openfire:4.7.0
+ docker pull nasqueron/openfire:4.7.1
```
2. Stop the currently running image:
@@ -133,7 +133,7 @@
```bash
docker run -name openfire -d \
[OPTIONS] \
- nasqueron/openfire:4.7.0
+ nasqueron/openfire:4.7.1
```
## Shell Access
diff --git a/VERSION b/VERSION
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.7.0
+4.7.1
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: nasqueron/openfire:4.7.0
+ image: nasqueron/openfire:4.7.1
ports:
- "9090:9090/tcp"
- "9091:9091/tcp"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 13:51 (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252538
Default Alt Text
D2560.id6468.diff (2 KB)
Attached To
Mode
D2560: Upgrade to Openfire 4.7.1
Attached
Detach File
Event Timeline
Log In to Comment