File tree Expand file tree Collapse file tree 10 files changed +40
-40
lines changed
Expand file tree Collapse file tree 10 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
@@ -67,11 +67,11 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969
70- ARG S6_OVERLAY_VERSION= 3.2.1.0
70+ ARG S6_OVERLAY_VERSION 3.2.1.0
7171ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
72- ENV S6_READ_ONLY_ROOT= 1
73- ENV S6_USER= haproxy
74- ENV S6_GROUP= haproxy
72+ ENV S6_READ_ONLY_ROOT 1
73+ ENV S6_USER haproxy
74+ ENV S6_GROUP haproxy
7575
7676COPY /fs /
7777
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
@@ -67,11 +67,11 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969
70- ARG S6_OVERLAY_VERSION= 3.2.1.0
70+ ARG S6_OVERLAY_VERSION 3.2.1.0
7171ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
72- ENV S6_READ_ONLY_ROOT= 1
73- ENV S6_USER= haproxy
74- ENV S6_GROUP= haproxy
72+ ENV S6_READ_ONLY_ROOT 1
73+ ENV S6_USER haproxy
74+ ENV S6_GROUP haproxy
7575
7676COPY /fs /
7777
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
@@ -67,11 +67,11 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969
70- ARG S6_OVERLAY_VERSION= 3.2.1.0
70+ ARG S6_OVERLAY_VERSION 3.2.1.0
7171ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
72- ENV S6_READ_ONLY_ROOT= 1
73- ENV S6_USER= haproxy
74- ENV S6_GROUP= haproxy
72+ ENV S6_READ_ONLY_ROOT 1
73+ ENV S6_USER haproxy
74+ ENV S6_GROUP haproxy
7575
7676COPY /fs /
7777
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
@@ -67,11 +67,11 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969
70- ARG S6_OVERLAY_VERSION= 3.2.1.0
70+ ARG S6_OVERLAY_VERSION 3.2.1.0
7171ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
72- ENV S6_READ_ONLY_ROOT= 1
73- ENV S6_USER= haproxy
74- ENV S6_GROUP= haproxy
72+ ENV S6_READ_ONLY_ROOT 1
73+ ENV S6_USER haproxy
74+ ENV S6_GROUP haproxy
7575
7676COPY /fs /
7777
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
Original file line number Diff line number Diff line change 11FROM alpine:3.20 AS awslc-builder
22
3- ENV AWSLC_URL= https://github.com/aws/aws-lc.git
4- ENV AWSLC_TAG= v1.65.1
3+ ENV AWSLC_URL https://github.com/aws/aws-lc.git
4+ ENV AWSLC_TAG v1.65.1
55
66RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux-headers git cmake samurai go && \
77 git clone --depth 1 --branch "${AWSLC_TAG}" "${AWSLC_URL}" /tmp/aws-lc && \
@@ -67,11 +67,11 @@ COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
6767COPY --from=hapce-builder /usr/local/sbin/haproxy /usr/local/sbin/haproxy
6868COPY --from=hapce-builder /tmp/haproxy/examples/errorfiles/ /usr/local/etc/haproxy/errors
6969
70- ARG S6_OVERLAY_VERSION= 3.2.1.0
70+ ARG S6_OVERLAY_VERSION 3.2.1.0
7171ENV S6_OVERLAY_VERSION $S6_OVERLAY_VERSION
72- ENV S6_READ_ONLY_ROOT= 1
73- ENV S6_USER= haproxy
74- ENV S6_GROUP= haproxy
72+ ENV S6_READ_ONLY_ROOT 1
73+ ENV S6_USER haproxy
74+ ENV S6_GROUP haproxy
7575
7676COPY /fs /
7777
You can’t perform that action at this time.
0 commit comments