Skip to content

Commit 46ba927

Browse files
committed
Reformat Dockerfiles
1 parent 7a38733 commit 46ba927

File tree

10 files changed

+40
-40
lines changed

10 files changed

+40
-40
lines changed

3.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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 && \

3.0/Dockerfile.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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
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
70+
ARG S6_OVERLAY_VERSION 3.2.1.0
7171
ENV 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

7676
COPY /fs /
7777

3.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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 && \

3.1/Dockerfile.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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
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
70+
ARG S6_OVERLAY_VERSION 3.2.1.0
7171
ENV 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

7676
COPY /fs /
7777

3.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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 && \

3.2/Dockerfile.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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
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
70+
ARG S6_OVERLAY_VERSION 3.2.1.0
7171
ENV 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

7676
COPY /fs /
7777

3.3/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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 && \

3.3/Dockerfile.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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
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
70+
ARG S6_OVERLAY_VERSION 3.2.1.0
7171
ENV 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

7676
COPY /fs /
7777

3.4/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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 && \

3.4/Dockerfile.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
RUN 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
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
70+
ARG S6_OVERLAY_VERSION 3.2.1.0
7171
ENV 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

7676
COPY /fs /
7777

0 commit comments

Comments
 (0)