A container image for a web-site preview proxy for Zuul
7aa4009be7
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
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.
For example, when this http proxy is fed with a Host
header in the form similar to
site.167715b656ee4504baa940c5bd9f3821.openstack.preview.opendev.org
it proxies to the artifact 'site' of the build
167715b656ee4504baa940c5bd9f3821 under tenant 'openstack'. The actual
location is determined dynamically by querying a Zuul API configured by
the environment variable $ZUUL_API_URL
.
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