Skip to content

Commit 819b564

Browse files
SabaOrkoktalz
authored andcommitted
CLEANUP/MINOR: remove /usr/local/bin/dataplaneapi-v2 & /usr/bin/dataplaneapi-v2 from Dockerfile
1 parent 5124945 commit 819b564

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.aspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ allowed:
5050
- namespaces
5151
- http
5252
- CORS
53+
- dataplaneapi
54+
- usr

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ COPY /fs /
4343

4444
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
4545
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 && \
4647
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
4748
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
4849
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \

0 commit comments

Comments
 (0)