Skip to content

Commit

Permalink
Merge pull request docker-library#232 from orisano/patch-1
Browse files Browse the repository at this point in the history
feat: remove unused files
  • Loading branch information
tianon authored Aug 22, 2018
2 parents 5d648be + fd09bcf commit 045f1da
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 7 deletions.
9 changes: 8 additions & 1 deletion 1.10/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion 1.10/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion 1.11-rc/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion 1.11-rc/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion 1.9/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion 1.9/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down
9 changes: 8 additions & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ RUN set -eux; \
done; \
./make.bash; \
\
rm -rf /go-alpine-patches; \
rm -rf \
/go-alpine-patches \
# https://github.com/golang/go/blob/0b30cf534a03618162d3015c8705dd2231e34703/src/cmd/dist/buildtool.go#L121-L125
/usr/local/go/pkg/bootstrap \
# https://golang.org/cl/82095
# https://github.com/golang/build/blob/e3fe1605c30f6a3fd136b561569933312ede8782/cmd/release/releaselet.go#L56
/usr/local/go/pkg/obj \
; \
apk del .build-deps; \
\
export PATH="/usr/local/go/bin:$PATH"; \
Expand Down

0 comments on commit 045f1da

Please sign in to comment.