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 98d2b90 commit cfcb9dcCopy full SHA for cfcb9dc
build/Dockerfile
@@ -45,7 +45,6 @@ ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
45
ENV S6_READ_ONLY_ROOT=1
46
47
COPY /fs /
48
-COPY --from=builder /src/fs/haproxy-ingress-controller .
49
50
RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
51
rm -f /usr/local/bin/dataplaneapi /usr/bin/dataplaneapi && \
@@ -71,4 +70,6 @@ RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
71
70
sed -i 's/ root / haproxy /g' /etc/s6/init/init-stage2-fixattrs.txt && \
72
chmod ugo+x /etc/services.d/*/run /etc/cont-init.d/*
73
+COPY --from=builder /src/fs/haproxy-ingress-controller .
74
+
75
ENTRYPOINT ["/start.sh"]
0 commit comments