File tree 17 files changed +22
-16
lines changed
17 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
13
13
ENV PYTHON_VERSION 2.7.11
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
10
10
ENV PYTHON_VERSION 2.7.11
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 7.1.2
13
+ ENV PYTHON_PIP_VERSION 8.0.3
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
19
19
ENV PYTHON_VERSION 2.7.11
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22
- ENV PYTHON_PIP_VERSION 7.1.2
22
+ ENV PYTHON_PIP_VERSION 8.0.3
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
13
13
ENV PYTHON_VERSION 2.7.11
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
13
13
ENV PYTHON_VERSION 3.2.6
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
+ # NOTE: pip >= 8.0.0 is not compatible with python 3.2
16
17
ENV PYTHON_PIP_VERSION 7.1.2
17
18
18
19
RUN set -ex \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
13
13
ENV PYTHON_VERSION 3.3.6
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
10
10
ENV PYTHON_VERSION 3.3.6
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 7.1.2
13
+ ENV PYTHON_PIP_VERSION 8.0.3
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
19
19
ENV PYTHON_VERSION 3.3.6
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22
- ENV PYTHON_PIP_VERSION 7.1.2
22
+ ENV PYTHON_PIP_VERSION 8.0.3
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 26DEA9D4613391EF3E25C9FF0A5B101836580288
13
13
ENV PYTHON_VERSION 3.3.6
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.4.4
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
10
10
ENV PYTHON_VERSION 3.4.4
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 7.1.2
13
+ ENV PYTHON_PIP_VERSION 8.0.3
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
19
19
ENV PYTHON_VERSION 3.4.4
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22
- ENV PYTHON_PIP_VERSION 7.1.2
22
+ ENV PYTHON_PIP_VERSION 8.0.3
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.4.4
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
13
13
ENV PYTHON_VERSION 3.5.1
14
14
15
15
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
16
- ENV PYTHON_PIP_VERSION 7.1.2
16
+ ENV PYTHON_PIP_VERSION 8.0.3
17
17
18
18
RUN set -ex \
19
19
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
10
10
ENV PYTHON_VERSION 3.5.1
11
11
12
12
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
13
- ENV PYTHON_PIP_VERSION 7.1.2
13
+ ENV PYTHON_PIP_VERSION 8.0.3
14
14
15
15
RUN set -ex \
16
16
&& apk add --no-cache --virtual .fetch-deps curl gnupg \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GPG_KEY 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
19
19
ENV PYTHON_VERSION 3.5.1
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
22
- ENV PYTHON_PIP_VERSION 7.1.2
22
+ ENV PYTHON_PIP_VERSION 8.0.3
23
23
24
24
RUN set -ex \
25
25
&& buildDeps=' \
Original file line number Diff line number Diff line change @@ -25,8 +25,13 @@ for version in "${versions[@]}"; do
25
25
set -x
26
26
sed -ri '
27
27
s/^(ENV PYTHON_VERSION) .*/\1 ' " $fullVersion " ' /;
28
- s/^(ENV PYTHON_PIP_VERSION) .*/\1 ' " $pipVersion " ' /;
29
28
' " $version " /{,* /}Dockerfile
29
+ # Starting with pip 8.0, support for python 3.2 has been dropped
30
+ if [ " $version " != " 3.2" ]; then
31
+ sed -ri '
32
+ s/^(ENV PYTHON_PIP_VERSION) .*/\1 ' " $pipVersion " ' /;
33
+ ' " $version " /{,* /}Dockerfile
34
+ fi
30
35
sed -ri ' s/^(FROM python):.*/\1:' " $version " ' /' " $version /onbuild/Dockerfile"
31
36
)
32
37
for variant in wheezy alpine slim; do
You can’t perform that action at this time.
0 commit comments