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
- 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:37:13.000Z (about 1 year ago)
- Last Synced: 2024-08-27T19:26:05.764Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- 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.