Skip to content

Commit 1271a73

Browse files
committed
Remove obsolete no-pic.patch from alpine images
1 parent eee7a04 commit 1271a73

File tree

7 files changed

+0
-60
lines changed

7 files changed

+0
-60
lines changed

1.10/alpine3.7/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.10
66

7-
# no-pic.patch: https://golang.org/issue/14851 (Go 1.8 & 1.7)
8-
COPY *.patch /go-alpine-patches/
9-
107
RUN set -eux; \
118
apk add --no-cache --virtual .build-deps \
129
bash \

1.10/alpine3.7/no-pic.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

1.9/alpine3.6/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.9.4
66

7-
# no-pic.patch: https://golang.org/issue/14851 (Go 1.8 & 1.7)
8-
COPY *.patch /go-alpine-patches/
9-
107
RUN set -eux; \
118
apk add --no-cache --virtual .build-deps \
129
bash \

1.9/alpine3.6/no-pic.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

1.9/alpine3.7/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION 1.9.4
66

7-
# no-pic.patch: https://golang.org/issue/14851 (Go 1.8 & 1.7)
8-
COPY *.patch /go-alpine-patches/
9-
107
RUN set -eux; \
118
apk add --no-cache --virtual .build-deps \
129
bash \

1.9/alpine3.7/no-pic.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

Dockerfile-alpine.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ RUN apk add --no-cache ca-certificates
44

55
ENV GOLANG_VERSION %%VERSION%%
66

7-
# no-pic.patch: https://golang.org/issue/14851 (Go 1.8 & 1.7)
8-
COPY *.patch /go-alpine-patches/
9-
107
RUN set -eux; \
118
apk add --no-cache --virtual .build-deps \
129
bash \

0 commit comments

Comments
 (0)