We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5124945 commit 819b564Copy full SHA for 819b564
.aspell.yml
@@ -50,3 +50,5 @@ allowed:
50
- namespaces
51
- http
52
- CORS
53
+ - dataplaneapi
54
+ - 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