Return to Image List

hazelcast

hazelcast

Hazelcast IMDG is an open source in-memory data grid based on Java. It is also the name of the company developing the product. The Hazelcast company is funded by venture capital and headquartered in San Mateo, California.

See github.com/hazelcast/hazelcast for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
5.1.1 docker pull icr.io/ibmz/hazelcast@sha256:bccb37d3e614a9495e8e4c6eaa17315718471b312d0aca950ccd73800f1284ab Vulnerability Report06-08-2022
5.0-manage docker pull icr.io/ibmz/hazelcast@sha256:4dcd5a4e604b96d883786b0053d372b0503d50b2aca5938b2031db79a5227bd7 Vulnerability Report06-08-2022
5.2.2 docker pull icr.io/ibmz/hazelcast@sha256:1334e083d86fd6d6c8bb1e76b92290ec7bcee311441e3ffe1b0394a3b8534d35 Vulnerability Report03-13-2023
Version Pull String Security (IBM Cloud) Created

Usage Notes

The most straightforward way to use the hazelcast and hazelcast-management images are to run these steps: Hazelcast service:

docker run -d -e HZ_NETWORK_PUBLICADDRESS=[host-ip]:5701 -p 5701:5701 icr.io/ibmz/hazelcast:[tag]
Link a management container to this instance:
docker run -i -p 8080:8080 icr.io/ibmz/hazelcast:[management-tag]
Then navigate to the [host-ip] at port 8080, create a user and connect a running cluster to your hazelcast instance. For more information, please look to the official documentation [here.](https://github.com/hazelcast/hazelcast-docker)