Skip to content

Commit bdc5529

Browse files
committed
More Dockerfile cleanups.
1 parent 46ba927 commit bdc5529

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

3.0/Dockerfile.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767
COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868
COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969

70-
ARG S6_OVERLAY_VERSION 3.2.1.0
71-
ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
70+
ENV S6_OVERLAY_VERSION 3.2.1.0
7271
ENV S6_READ_ONLY_ROOT 1
7372
ENV S6_USER haproxy
7473
ENV S6_GROUP haproxy

3.1/Dockerfile.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767
COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868
COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969

70-
ARG S6_OVERLAY_VERSION 3.2.1.0
71-
ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
70+
ENV S6_OVERLAY_VERSION 3.2.1.0
7271
ENV S6_READ_ONLY_ROOT 1
7372
ENV S6_USER haproxy
7473
ENV S6_GROUP haproxy

3.2/Dockerfile.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767
COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868
COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969

70-
ARG S6_OVERLAY_VERSION 3.2.1.0
71-
ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
70+
ENV S6_OVERLAY_VERSION 3.2.1.0
7271
ENV S6_READ_ONLY_ROOT 1
7372
ENV S6_USER haproxy
7473
ENV S6_GROUP haproxy

3.3/Dockerfile.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767
COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868
COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969

70-
ARG S6_OVERLAY_VERSION 3.2.1.0
71-
ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
70+
ENV S6_OVERLAY_VERSION 3.2.1.0
7271
ENV S6_READ_ONLY_ROOT 1
7372
ENV S6_USER haproxy
7473
ENV S6_GROUP haproxy

3.4/Dockerfile.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767
COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868
COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969

70-
ARG S6_OVERLAY_VERSION 3.2.1.0
71-
ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
70+
ENV S6_OVERLAY_VERSION 3.2.1.0
7271
ENV S6_READ_ONLY_ROOT 1
7372
ENV S6_USER haproxy
7473
ENV S6_GROUP haproxy

0 commit comments

Comments
 (0)