File tree Expand file tree Collapse file tree 13 files changed +16
-8
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 13 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
70
70
--with-system-ffi \
71
71
--without-ensurepip \
72
72
&& make -j "$(nproc)" \
73
+ LDFLAGS="-Wl,--strip-all" \
73
74
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
74
75
PROFILE_TASK='-m test.regrtest --pgo \
75
76
test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
70
70
--with-system-ffi \
71
71
--without-ensurepip \
72
72
&& make -j "$(nproc)" \
73
+ LDFLAGS="-Wl,--strip-all" \
73
74
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
74
75
PROFILE_TASK='-m test.regrtest --pgo \
75
76
test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
70
70
--with-system-ffi \
71
71
--without-ensurepip \
72
72
&& make -j "$(nproc)" \
73
+ LDFLAGS="-Wl,--strip-all" \
73
74
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
74
75
PROFILE_TASK='-m test.regrtest --pgo \
75
76
test_array \
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ RUN set -ex \
70
70
--with-system-ffi \
71
71
--without-ensurepip \
72
72
&& make -j "$(nproc)" \
73
+ LDFLAGS="-Wl,--strip-all" \
73
74
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
74
75
PROFILE_TASK='-m test.regrtest --pgo \
75
76
test_array \
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN set -ex \
71
71
--with-system-ffi \
72
72
--without-ensurepip \
73
73
&& make -j "$(nproc)" \
74
+ LDFLAGS="-Wl,--strip-all" \
74
75
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
75
76
PROFILE_TASK='-m test.regrtest --pgo \
76
77
test_array \
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ RUN set -ex \
71
71
--with-system-ffi \
72
72
--without-ensurepip \
73
73
&& make -j "$(nproc)" \
74
+ LDFLAGS="-Wl,--strip-all" \
74
75
# setting PROFILE_TASK makes "--enable-optimizations" reasonable: https://bugs.python.org/issue36044 / https://github.com/docker-library/python/issues/160#issuecomment-509426916
75
76
PROFILE_TASK='-m test.regrtest --pgo \
76
77
test_array \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21
- ENV PYTHON_VERSION 3.8.2
21
+ ENV PYTHON_VERSION 3.8.3
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV LANG C.UTF-8
18
18
RUN apk add --no-cache ca-certificates
19
19
20
20
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
21
- ENV PYTHON_VERSION 3.8.2
21
+ ENV PYTHON_VERSION 3.8.3
22
22
23
23
RUN set -ex \
24
24
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
21
&& rm -rf /var/lib/apt/lists/*
22
22
23
23
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
24
- ENV PYTHON_VERSION 3.8.2
24
+ ENV PYTHON_VERSION 3.8.3
25
25
26
26
RUN set -ex \
27
27
\
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
22
22
ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
23
- ENV PYTHON_VERSION 3.8.2
23
+ ENV PYTHON_VERSION 3.8.3
24
24
25
25
RUN set -ex \
26
26
\
@@ -71,6 +71,7 @@ RUN set -ex \
71
71
--with-system-ffi \
72
72
--without-ensurepip \
73
73
&& make -j "$(nproc)" \
74
+ LDFLAGS="-Wl,--strip-all" \
74
75
&& make install \
75
76
&& ldconfig \
76
77
\
You can’t perform that action at this time.
0 commit comments