hazelcast / hazelcast-docker

This repository contains docker image for Hazelcast open-source in-memory data-grid.
Apache License 2.0
89 stars 82 forks source link

Use private OS distribution ZIPs in preference to public ones [DI-95] [5.4.z] #759

Closed JackPGreen closed 5 months ago

JackPGreen commented 5 months ago

Backport of https://github.com/hazelcast/hazelcast-docker/pull/747

SNAPSHOT OS distribution ZIPs (e.g. those indexed here) will no longer be generated, which causes problems with the hazelcast-docker PR builder (amongst others).

Instead, the distribution ZIPs will be uploaded to a private AWS S3 bucket, which requires authentication.

This was a non-trivial change:

For testing, I've been doing what I can locally to assert the results between master and my branch are the same:

Fixes: DI-95