Added documentation for new feature + Upgrade HAPROXY to 2.8.11 + Upgrade Python
This commit is contained in:
parent
675c0e0a1a
commit
e88f6b6326
5 changed files with 33 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.18
|
||||
FROM alpine:3.20
|
||||
|
||||
ARG RELEASE_VERSION_ARG
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ ENV RELEASE_VERSION=$RELEASE_VERSION_ARG
|
|||
ENV TZ="Etc/UTC"
|
||||
|
||||
RUN apk add --no-cache haproxy bash python3 py3-pip py-yaml certbot openssl \
|
||||
&& pip3 install --upgrade pip
|
||||
&& pip3 install --upgrade pip --break-system-packages
|
||||
|
||||
RUN openssl dhparam -out /etc/haproxy/dhparam 2048 \
|
||||
&& openssl dhparam -out /etc/haproxy/dhparam-1024 1024
|
||||
|
|
@ -17,7 +17,7 @@ COPY build/assets /
|
|||
|
||||
COPY src/ /scripts/
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -r requirements.txt --break-system-packages
|
||||
|
||||
RUN pytest -s -vv tests/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue