A container image for a web-site preview proxy for Zuul
m4 | ||
playbooks | ||
zuul-preview | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.zuul.yaml | ||
bindep.txt | ||
build.sh | ||
configure.ac | ||
COPYING | ||
Dockerfile | ||
Makefile.am | ||
README.rst | ||
vhost.conf |
zuul-preview
A preview proxy server for zuul.
Building
First you need some dependencies:
python3 -m pip install bindep
apt-get install $(bindep -b compile)
Then you can build the code:
autoreconf -fi
./configure
make