An open API service indexing awesome lists of open source software.

https://github.com/o-x-l/haproxy-docker-dev

HAProxy Dockerfile to compile any dev branch
https://github.com/o-x-l/haproxy-docker-dev

Last synced: 7 months ago
JSON representation

HAProxy Dockerfile to compile any dev branch

Awesome Lists containing this project

README

          

# HAProxy - Development Branch Dockerized

## Build

`docker build --no-cache --build-arg HAPROXY_BRANCH= -t haproxy-dev .`

## Notes

The `Dockerfile` is sourced from [haproxytech/haproxy-docker-alpine](https://github.com/haproxytech/haproxy-docker-alpine) and modified to compile the provided dev version instead of a release.

The source code is loaded from GitHub.

You could also define a specific commit as `HAPROXY_BRANCH`.

The dataplane-API was stripped from the image.