Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c25e37

Browse files
committedSep 18, 2018
docker: update base Hazelcast to 3.10.5
From version 3.10.3 it includes Kubernetes discovery plugin
1 parent e2fee3f commit 7c25e37

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎dockerfiles/devicehive-hazelcast.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hazelcast/hazelcast:3.8.9
1+
FROM hazelcast/hazelcast:3.10.5
22

33
MAINTAINER devicehive
44

‎dockerfiles/devicehive-hazelcast/hazelcast.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.9.xsd"
3-
xmlns="http://www.hazelcast.com/schema/config"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.hazelcast.com/schema/config
5+
http://www.hazelcast.com/schema/config/hazelcast-config-3.10.xsd">
56
<serialization>
67
<portable-version>0</portable-version>
78
<portable-factories>
8-
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
9+
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
910
</portable-factories>
1011
</serialization>
1112
<map name="default">

0 commit comments

Comments
 (0)
Please sign in to comment.