There was an error while loading. Please reload this page.
1 parent feaf36b commit 8f65856Copy full SHA for 8f65856
.aspell.yml
@@ -3,3 +3,5 @@ min_length: 3
3
allowed:
4
- http
5
- CORS
6
+ - dataplaneapi
7
+ - usr
build/Dockerfile
@@ -43,6 +43,7 @@ COPY /fs /
43
44
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
45
rm -f /usr/local/bin/dataplaneapi /usr/bin/dataplaneapi /etc/haproxy/dataplaneapi.yml && \
46
+ rm -f /usr/local/bin/dataplaneapi-v2 /usr/bin/dataplaneapi-v2 && \
47
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
48
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
49
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \
0 commit comments