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
development development-tools haproxy haproxy-dev
Last synced: 4 months ago
JSON representation
HAProxy Dockerfile to compile any dev branch
- Host: GitHub
- URL: https://github.com/o-x-l/haproxy-docker-dev
- Owner: O-X-L
- License: mit
- Created: 2024-08-25T17:01:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:37:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T16:38:34.630Z (over 1 year ago)
- Topics: development, development-tools, haproxy, haproxy-dev
- Language: Dockerfile
- Homepage: https://docs.o-x-l.com/proxy/reverse_haproxy.html
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.