Skip to content

Commit eaa4f0d

Browse files
committed
docker: update base Hazelcast to 3.10.4
From version 3.10.3 it includes Kubernetes discovery plugin
1 parent e2fee3f commit eaa4f0d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dockerfiles/devicehive-hazelcast.Dockerfile

+1-1
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.4
22

33
MAINTAINER devicehive
44

dockerfiles/devicehive-hazelcast/hazelcast.xml

+5-4
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)