Upgrade HAProxy to 2.4.2; Added examples
This commit is contained in:
parent
0429f9a366
commit
364fce10d1
8 changed files with 170 additions and 21 deletions
|
|
@ -1,11 +1,12 @@
|
|||
FROM haproxy:2.1-alpine
|
||||
FROM alpine:3.14
|
||||
|
||||
WORKDIR /scripts
|
||||
|
||||
RUN apk add --no-cache bash python3 py-yaml supervisor docker \
|
||||
RUN apk add --no-cache haproxy bash python3 py3-pip py-yaml supervisor docker \
|
||||
&& ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
COPY requirements.txt /scripts
|
||||
|
||||
RUN pip3 install --upgrade pip \
|
||||
&& pip install -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue