Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
/ redisrpm Public archive

Dockerized Redis RPM Builder

License

Notifications You must be signed in to change notification settings

skbkontur/redisrpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis RPM Builder Image

Prepare specs and sources

Place SPECS and SOURCES subdirectories into cloned repo directory:

redisrpm/
├── ...
├── SOURCES
├── SPECS
├── Makefile
├── redisrpm.Dockerfile
└── ...

Launch build

make

Get packages

redisrpm/
├── ...
├── RPMS/x86_64..
└── ...