Skip to content

Commit

Permalink
docker: update base Hazelcast to 3.10.5
Browse files Browse the repository at this point in the history
From version 3.10.3 it includes Kubernetes discovery plugin
  • Loading branch information
sitnik committed Sep 18, 2018
1 parent 9040e91 commit 20b1254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/devicehive-hazelcast.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hazelcast/hazelcast:3.8.9
FROM hazelcast/hazelcast:3.10.5

MAINTAINER devicehive

Expand Down
9 changes: 5 additions & 4 deletions dockerfiles/devicehive-hazelcast/hazelcast.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.9.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-3.10.xsd">
<serialization>
<portable-version>0</portable-version>
<portable-factories>
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
</portable-factories>
</serialization>
<map name="default">
Expand Down

0 comments on commit 20b1254

Please sign in to comment.