File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ GitHub issues] ( https://img.shields.io/github/release/RedisLabsModules/ModuleBuildDocker.svg?kill_cache=1 )] ( https://github.com/RedisLabsModules/ModuleBuildDocker/releases/latest )
21[ ![ CircleCI] ( https://circleci.com/gh/RedisLabsModules/ModuleBuildDocker/tree/master.svg?style=svg )] ( https://circleci.com/gh/RedisLabsModules/ModuleBuildDocker/tree/master )
3- [ ![ Docker Cloud Build Status ] ( https://img.shields.io/docker/cloud/build/redisfab/ rmbuilder.svg )] ( https://hub.docker.com/r/redisfab/rmbuilder/builds/ )
2+ [ ![ Dockerhub ] ( https://img.shields.io/badge/dockerhub- rmbuilder-blue )] ( https://hub.docker.com/r/redisfab/rmbuilder/tags )
43
54# ModuleBuildDocker
65Docker image for constructing platform-specific, optimized build environment for Redis Modules.
@@ -19,15 +18,15 @@ publish Push image(s) to Docker Hub
1918Arguments:
2019OS OS Docker image name (e.g., debian:buster-slim)
2120OSNICK buster| stretch| xenial| bionic| centos6| centos7| centos8| fedora30
22- REDIS_VER Redis version (e.g. 5 .0.7 )
21+ REDIS_VER Redis version (e.g. 6 .0.9 )
2322TEST=1 Run tests after build
2423CACHE=0 Build without cache
2524```
2625
2726Typical build (this will build and publish images for the common platforms):
2827``` sh
29- make build publish X64=1 OSNICK=buster REDIS_VER=5 .0.7
30- make build publish X64=1 OSNICK=centos7 REDIS_VER=5 .0.7
31- make build publish X64=1 OSNICK=bionic REDIS_VER=5 .0.7
28+ make build publish X64=1 OSNICK=buster REDIS_VER=6 .0.9
29+ make build publish X64=1 OSNICK=centos7 REDIS_VER=6 .0.9
30+ make build publish X64=1 OSNICK=bionic REDIS_VER=6 .0.9
3231```
3332
You can’t perform that action at this time.
0 commit comments