Skip to content

O-X-L/haproxy-docker-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

HAProxy - Development Branch Dockerized

Build

docker build --no-cache --build-arg HAPROXY_BRANCH=<YOUR-TARGET-BRANCH> -t haproxy-dev .

Notes

The Dockerfile is sourced from 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.