Grokzen / docker-redis-cluster

Dockerfile for Redis Cluster (redis 3.0+)
MIT License
1.47k stars 551 forks source link

Build arm and amd images when releasing #171

Open charlie-harvey opened 3 months ago

charlie-harvey commented 3 months ago
docker buildx build --platform="linux/arm64,linux/amd64" --build-arg="redis_version=7.2.4" --tag="grokzen/redis-cluster:7.2.4" --push .

I just did this and pushed to my company repo. Works great!

neohq commented 5 hours ago

You can find it here, tag 7.2.5 https://hub.docker.com/r/neohq/redis-cluster/tags